Documentation
¶
Index ¶
- func AppendStaticAssetHandlers(mux *gohttp.ServeMux) error
- func AppendStaticAssetHandlersWithPrefix(mux *gohttp.ServeMux, prefix string) error
- func MapHandler(opts *MapHandlerOptions) (gohttp.Handler, error)
- func StaticAssetsHandler() (gohttp.Handler, error)
- func StaticAssetsHandlerWithPrefix(prefix string) (gohttp.Handler, error)
- func StaticFileSystem() (gohttp.FileSystem, error)
- type MapHandlerOptions
- type MapHandlerVars
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapHandler ¶
func MapHandler(opts *MapHandlerOptions) (gohttp.Handler, error)
func StaticAssetsHandler ¶
func StaticFileSystem ¶
func StaticFileSystem() (gohttp.FileSystem, error)
Types ¶
type MapHandlerOptions ¶
Click to show internal directories.
Click to hide internal directories.