Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PingPingPong captures enum value "pong" PingPingPong string = "pong" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // code // Required: true Code *int64 `json:"code"` // error // Required: true Error *bool `json:"error"` // message // Required: true Message *string `json:"message"` }
Error error
swagger:model error
func (*Error) ContextValidate ¶
ContextValidate validates this error based on context it is used
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Metrics ¶
Metrics metrics
swagger:model metrics
func (Metrics) ContextValidate ¶
ContextValidate validates this metrics based on context it is used
type Ping ¶
type Ping struct { // Result of method execution. `pong` in case of success // Required: true // Enum: [pong] Ping *string `json:"ping"` }
Ping ping
swagger:model ping
func (*Ping) ContextValidate ¶
ContextValidate validates this ping based on context it is used
func (*Ping) MarshalBinary ¶
MarshalBinary interface implementation
func (*Ping) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.