Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interfaced ¶
type Interfaced struct {
CustomData any `json:"custom_data"`
}
An Interfaced struct contains objects with interface definitions
type MarshalTextMap ¶
func (MarshalTextMap) MarshalText ¶
func (cm MarshalTextMap) MarshalText() ([]byte, error)
type NamedWithType ¶
type NamedWithType struct {
SomeMap SomeObjectMap `json:"some_map"`
}
swagger:model namedWithType
type NumPlates ¶
type NumPlates struct { // in: body NumPlates any `json:"num_plates"` }
swagger:parameters putNumPlate
type NumPlatesResp ¶
type NumPlatesResp struct { // in: body NumPlates any `json:"num_plates"` }
swagger:response
Click to show internal directories.
Click to hide internal directories.