go-swaggerLite icon indicating copy to clipboard operation
go-swaggerLite copied to clipboard

Framework agnostic Swagger API description generator

Results 4 go-swaggerLite issues
Sort by recently updated
recently updated
newest added

#### What's this PR do? - Add support for resolving package dependencies located in `/vendor`. - Exclude searching files in `.git` dir - Add packageExclusionList flag to exclude packages whose...

When I have a type defined like the following: `type Password string func (p *Password) Hash() {...} ` I will have my type treated like an object. I would like...

When attempting to use go-swaggerLite, I eventually come up against this 'cannot find definition' error message. It appears to be an anonymous struct literal. I can't seem to find anything...

How do I specify namespaces? Beego does this in their router configs, but I can't see how to do this with swaggerlite.