package
0.0.0-20190808034633-90418c3d9171
Repository: https://github.com/skygeario/openapi3-gen.git
Documentation: pkg.go.dev
# Constants
@API <Title> [<Description>] e.g.
@Callback <Key> e.g.
@ID <Component ID> e.g.
@JSONExample <Key> - <Summary> <JSON> e.g.
@JSONSchema [{<Component ID>}] <JSON Schema> e.g.
No description provided by the author
@Operation <HTTP Method> <Path> - <Summary> [<Description>] e.g.
@Parameter [<Name> <Location>|{<Component ID>}] [<Description>] e.g.
@RequestBody [{<Component ID>}] [<Description>] e.g.
@Response <Status Code> [{<Component ID>}] [<Description>] e.g.
@SecurityRequirement <Security Scheme ID> e.g.
@SecuritySchemeAPIKey <ID> <Field Name> <Field Location> [<Description>] e.g.
@SecuritySchemeHTTP <ID> <HTTP Auth Scheme> [<Bearer Token Format>] [<Description>] e.g.
@Server <URL> [<Description>] e.g.
@Tag <Name> [<Description>] e.g.
@Variable <Name> <Default Value> [<Possible Value>...] [<Description>] e.g.
@Version <Version> e.g.
# Type aliases
go:generate stringer -type=AnnotationType -trimprefix=AnnotationType.