Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateRequest ¶
type UpdateRequest struct { models.OperatingState `json:"operatingState"` // contains filtered or unexported fields }
func (UpdateRequest) MarshalJSON ¶
func (u UpdateRequest) MarshalJSON() ([]byte, error)
func (*UpdateRequest) UnmarshalJSON ¶
func (u *UpdateRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the Unmarshaler interface for the type
func (UpdateRequest) Validate ¶
func (u UpdateRequest) Validate() (bool, error)
Validate satisfies the Validator interface
Click to show internal directories.
Click to hide internal directories.