fix: swagger
This commit is contained in:
@@ -56,10 +56,10 @@ func commandSwagInitE(cmd *cobra.Command, args []string) error {
|
||||
PropNamingStrategy: swag.CamelCase,
|
||||
OutputDir: filepath.Join(root, outDir),
|
||||
OutputTypes: []string{"go", "json", "yaml"},
|
||||
ParseVendor: false,
|
||||
ParseDependency: 0,
|
||||
ParseVendor: true,
|
||||
ParseDependency: 1,
|
||||
MarkdownFilesDir: "",
|
||||
ParseInternal: false,
|
||||
ParseInternal: true,
|
||||
Strict: false,
|
||||
GeneratedTime: false,
|
||||
RequiredByDefault: false,
|
||||
|
||||
Reference in New Issue
Block a user