Documentation
¶
Overview ¶
Package api holds a parameters struct in a DIFFERENT package from the route that references it (go-swagger#1742).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListParams ¶
type ListParams struct {
// Limit caps the number of results.
// in: query
Limit int64 `json:"limit"`
}
ListParams are the query parameters for the list operation, declared in a separate package from the route annotation.
swagger:parameters listThings
Click to show internal directories.
Click to hide internal directories.