Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyEnum ¶
type MyEnum int
const ( MyEnumOne MyEnum MyEnumTwo MyEnumThree )
func (MyEnum) MarshalJSON ¶
MarshalJSON implements json.Marshaler for MyEnum
func (*MyEnum) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler for MyEnum
Click to show internal directories.
Click to hide internal directories.