Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// SearchDir the swag would be parse,comma separated if multiple
SearchDir string
// excludes dirs and files in SearchDir,comma separated
Excludes string
// OutputDir represents the output directory for all the generated files
OutputDir string
// MainAPIFile the Go file path in which 'swagger general API Info' is written
MainAPIFile string
// PropNamingStrategy represents property naming strategy like snakecase,camelcase,pascalcase
PropNamingStrategy string
// ParseVendor whether swag should be parse vendor folder
ParseVendor bool
// ParseDependencies whether swag should be parse outside dependency folder
ParseDependency bool
// Parse comment
ParseAllComment bool
// ParseInternal whether swag should parse internal packages
ParseInternal bool
//DisplayScanFile display scan file
DisplayScanFile bool
// Strict whether swag should error or warn when it detects cases which are most likely user errors
Strict bool
// MarkdownFilesDir used to find markdown files, which can be used for tag descriptions
MarkdownFilesDir string
// GeneratedTime whether swag should generate the timestamp at the top of docs.go
GeneratedTime bool
// CodeExampleFilesDir used to find code example files, which can be used for x-codeSamples
CodeExampleFilesDir string
// ParseDepth dependency parse depth
ParseDepth int
}
Config presents Gen configurations.
Click to show internal directories.
Click to hide internal directories.