Documentation
¶
Index ¶
- Variables
- func DeepLinking(deepLinking bool) func(c *Config)
- func DocExpansion(docExpansion string) func(c *Config)
- func DomID(domID string) func(c *Config)
- func Handler(configFns ...func(*Config)) http.HandlerFunc
- func PersistAuth(persistAuth bool) func(c *Config)
- func URL(url string) func(c *Config)
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var WrapHandler = Handler()
WrapHandler wraps swaggerFiles.Handler and returns http.HandlerFunc
Functions ¶
func DocExpansion ¶
DocExpansion list, full, none
func Handler ¶
func Handler(configFns ...func(*Config)) http.HandlerFunc
Handler wraps `http.Handler` into `http.HandlerFunc`.
Types ¶
Click to show internal directories.
Click to hide internal directories.