Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // error code Code int64 `json:"code,omitempty" yaml:"code,omitempty"` // error message Message string `json:"message,omitempty" yaml:"message,omitempty"` }
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 UnsecuredPing ¶
type UnsecuredPing struct { // ping status Status string `json:"status,omitempty" yaml:"status,omitempty"` }
UnsecuredPing unsecured ping
swagger:model UnsecuredPing
func (*UnsecuredPing) ContextValidate ¶
ContextValidate validates this unsecured ping based on context it is used
func (*UnsecuredPing) MarshalBinary ¶
func (m *UnsecuredPing) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UnsecuredPing) UnmarshalBinary ¶
func (m *UnsecuredPing) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.