Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handler = New()
Handler default
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Enable deep linking for tags and operations, default is true
DeepLinking bool
// Controls the default expansion setting for the operations and tags.
// 'list' (default, expands only the tags),
// 'full' (expands the tags and operations),
// 'none' (expands nothing)
DocExpansion string
// Configuration information for OAuth2, optional if using OAuth2
OAuth *OAuthConfig
// Custom OAuth redirect URL
OAuth2RedirectUrl string
// URL pointing to API definition
URL string
}
Config stores SwaggerUI configuration variables
type OAuthConfig ¶ added in v2.15.0
Click to show internal directories.
Click to hide internal directories.
