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"` // fields Fields string `json:"fields,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
func (*Error) UnmarshalJSON ¶
UnmarshalJSON unmarshals this object while disallowing additional properties from JSON
type Hello ¶
type Hello struct { // message Message string `json:"message,omitempty"` }
Hello hello
swagger:model Hello
func (*Hello) MarshalBinary ¶
MarshalBinary interface implementation
func (*Hello) UnmarshalBinary ¶
UnmarshalBinary interface implementation
func (*Hello) UnmarshalJSON ¶
UnmarshalJSON unmarshals this object while disallowing additional properties from JSON
Click to show internal directories.
Click to hide internal directories.