Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BakingRight ¶
type BakingRight struct { // delegate Delegate string `json:"delegate,omitempty"` // estimated time // Format: date-time EstimatedTime strfmt.DateTime `json:"estimated_time,omitempty"` // level Level int64 `json:"level,omitempty"` // priority Priority int64 `json:"priority,omitempty"` }
BakingRight baking right swagger:model BakingRight
func (*BakingRight) MarshalBinary ¶
func (m *BakingRight) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*BakingRight) UnmarshalBinary ¶
func (m *BakingRight) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.