Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// code
Code int64 `json:"code,omitempty"`
// message
// Required: true
Message *string `json:"message"`
}
Error error swagger:model error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Item ¶
type Item struct {
// completed
Completed bool `json:"completed,omitempty"`
// description
// Required: true
// Min Length: 1
Description *string `json:"description"`
// id
// Read Only: true
ID int64 `json:"id,omitempty"`
}
Item item swagger:model item
func (*Item) MarshalBinary ¶
MarshalBinary interface implementation
func (*Item) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Liveness ¶
type Liveness struct {
// live
// Required: true
Live *bool `json:"live"`
}
Liveness liveness swagger:model liveness
func (*Liveness) MarshalBinary ¶
MarshalBinary interface implementation
func (*Liveness) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Readiness ¶
type Readiness struct {
// ready
// Required: true
Ready *bool `json:"ready"`
}
Readiness readiness swagger:model readiness
func (*Readiness) MarshalBinary ¶
MarshalBinary interface implementation
func (*Readiness) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.