sdghchj

Results 129 comments of sdghchj

Is there a better way to support this? Such as parsing form tag into extensions with a special extension name and pick it when parsing request according to `@accept`, finally...

Anyway, this is a temporary solution.

Since swag follows swagger OpenAPI 2.0, while `oneOf` works in OpenAPI 3.0. An alternative proposal is: ``` type SubOne struct { } type SubTwo struct { } type SubThree struct...

> i find struct type define also be ignore by exclude args, so move the skip excloud path function and add include. > and, if set include, exclude will be...

Now `-d` support multiple directories seperated by comma, which works the same as `--include`. First include, then exclude from the included. If you still have problems, you had better reorganize...

It seems your proposal is at presentation level. Refer to [operationObject ](https://swagger.io/specification/v2/#operationObject), one status code with one schema.

https://github.com/swaggo/swag#use-swaggertype-tag-to-supported-custom-type

It's your shell who reported error. ! is an invalid character in shell。 The right command may be: ` swag init --parseDependency -g main.go --markdownFiles . --tags \!public `