Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotated ¶
type Annotated struct {
Ref Referenced `json:"ref"`
}
Annotated is the only swagger:model in this package.
swagger:model
type Referenced ¶
type Referenced struct {
X int `json:"x"`
}
Referenced is NOT annotated but is referenced by Annotated.Ref.
type Unreferenced ¶
type Unreferenced struct {
Y int `json:"y"`
}
Unreferenced is NOT annotated and NOT referenced by anything.
Click to show internal directories.
Click to hide internal directories.