Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// OK
Error string `json:"error,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 GetUUIDResponse ¶
type GetUUIDResponse struct {
// uuid
// Required: true
UUID *string `json:"uuid"`
}
GetUUIDResponse get UUID response
swagger:model GetUUIDResponse
func (*GetUUIDResponse) ContextValidate ¶
ContextValidate validates this get UUID response based on context it is used
func (*GetUUIDResponse) MarshalBinary ¶
func (m *GetUUIDResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetUUIDResponse) UnmarshalBinary ¶
func (m *GetUUIDResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.