Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyModel ¶
type MyModel struct {
Name string `json:"name"`
}
MyModel is the only annotated model.
swagger:model foo
type SomeStruct ¶
type SomeStruct struct {
Fn TranslateFunc
}
SomeStruct is a non-annotated struct that uses the function type (#1174).
type TranslateFunc ¶
TranslateFunc is an unsupported (function) type, unrelated to the spec — like the imported go-i18n type that used to halt the whole scan (#1133).
Click to show internal directories.
Click to hide internal directories.