Documentation
¶
Overview ¶
Package named_basic exercises the schemaBuilder.buildNamedBasic branches for named basic types carrying swagger:strfmt, swagger:type and swagger:default annotations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Colour ¶
type Colour int
Colour is a named int whose representation is overridden via swagger:type so the scanner emits it as a string instead of an integer.
swagger:type string
type Email ¶
type Email string
Email is a named string with a swagger:strfmt tag. The scanner must emit {"type": "string", "format": "email"} via the strfmt branch.
swagger:strfmt email
Click to show internal directories.
Click to hide internal directories.