package
Version:
v0.36.0
Opens a new window with list of versions in this module.
Published: Jul 31, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ArrayResponse struct {
Body []Item
}
ArrayResponse is a response whose body is an array type.
swagger:response arrayResponse
type Item struct {
ID int64 `json:"id"`
}
Item is one array element.
swagger:model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.