Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwaggerConfig ¶
type SwaggerConfig struct { Enable bool `mapstructure:"enable" json:"enable" yaml:"enable"` // 是否开启 RelativePath string `mapstructure:"relative-path" json:"relativePath" yaml:"relative-path"` // 默认uri }
func (SwaggerConfig) Load ¶
func (s SwaggerConfig) Load()
Click to show internal directories.
Click to hide internal directories.