Documentation ¶
Overview ¶
Package enum_test for test
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum uint
Enum tood
func ParseEnumFromString ¶ added in v1.3.4
ParseEnumFromString Parse Enum from string
func (Enum) MarshalJSON ¶ added in v1.3.4
MarshalJSON todo
func (*Enum) UnmarshalJSON ¶ added in v1.3.4
UnmarshalJSON todo
type Status ¶
type Status uint
Status AAA BBB
func ParseStatusFromString ¶ added in v1.3.4
ParseStatusFromString Parse Status from string
func (Status) MarshalJSON ¶ added in v1.3.4
MarshalJSON todo
func (*Status) UnmarshalJSON ¶ added in v1.3.4
UnmarshalJSON todo
Click to show internal directories.
Click to hide internal directories.