SYMBOL INDEX (32 symbols across 7 files) FILE: generators/images.go function GenerateJPGAndPNG (line 11) | func GenerateJPGAndPNG(ssrfToken string) { FILE: generators/init.go function InitMediaGenerators (line 4) | func InitMediaGenerators(ssrfToken string) { FILE: handler/handler.go type SerializableResponse (line 23) | type SerializableResponse struct type SSRFSheriffRouter (line 28) | type SSRFSheriffRouter struct method PathHandler (line 72) | func (s *SSRFSheriffRouter) PathHandler(w http.ResponseWriter, r *http... function NewHTTPServer (line 34) | func NewHTTPServer( function NewSSRFSheriffRouter (line 46) | func NewSSRFSheriffRouter( function StartFilesGenerator (line 58) | func StartFilesGenerator(cfg config.Provider) { function StartServer (line 63) | func StartServer(server *http.Server, lc fx.Lifecycle) { function readTemplateFile (line 125) | func readTemplateFile(templateFileName string) string { function NewServerRouter (line 134) | func NewServerRouter(s *SSRFSheriffRouter) *mux.Router { function NewConfigProvider (line 141) | func NewConfigProvider() (config.Provider, error) { function NewLogger (line 146) | func NewLogger() (*zap.Logger, error) { FILE: httpserver/handle.go type HandleOption (line 12) | type HandleOption interface type handleOptionFunc (line 16) | type handleOptionFunc method apply (line 18) | func (f handleOptionFunc) apply(h *Handle) { f(h) } function ListenFunc (line 22) | func ListenFunc(f func(string, string) (net.Listener, error)) HandleOpti... function DefaultListenFunc (line 30) | func DefaultListenFunc(network, address string) (net.Listener, error) { function newDialer (line 42) | func newDialer() dialer { return new(net.Dialer) } function newDialerFunc (line 47) | func newDialerFunc(f func() dialer) HandleOption { type Handle (line 55) | type Handle struct method Addr (line 102) | func (h *Handle) Addr() net.Addr { method Start (line 126) | func (h *Handle) Start(ctx context.Context) error { method Shutdown (line 198) | func (h *Handle) Shutdown(ctx context.Context) error { function NewHandle (line 83) | func NewHandle(srv *http.Server, opts ...HandleOption) *Handle { FILE: httpserver/tcp_listener.go type tcpKeepAliveListener (line 14) | type tcpKeepAliveListener struct method Accept (line 18) | func (ln tcpKeepAliveListener) Accept() (c net.Conn, err error) { FILE: httpserver/wait.go type dialer (line 12) | type dialer interface function waitUntilAvailable (line 27) | func waitUntilAvailable(ctx context.Context, d dialer, addr string) error { function wrapNetErr (line 59) | func wrapNetErr(err error, msg string, args ...interface{}) error { FILE: main.go function main (line 8) | func main() { function opts (line 12) | func opts() fx.Option {