Documentation ¶
Index ¶
Constants ¶
View Source
const ( Ord0 ord = iota Ord1 Ord2 Ord3 Ord4 Ord5 Ord6 Ord7 Ord8 Ord9 Ord10 Ord11 Ord12 Ord13 Ord14 Ord15 )
Ords are the availible order numbers.
View Source
const MaxNum = uint8(MaxOrd)
MaxNum is the maximal number value for order number.
View Source
const MaxOrd = Ord15
MaxOrd is the maximal order number.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rating ¶
type Rating struct {
// contains filtered or unexported fields
}
Rating represents rating enum.
func (Rating) MarshalJSON ¶
MarshalJSON implements json.Marshaler.
func (*Rating) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.