Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidTestEnum = errors.New("Invalid TestEnum") TEST_ENUM []TestEnum = []TestEnum{ UnknownTestEnum, OneTestEnum, TwoTestEnum, } )
Functions ¶
This section is empty.
Types ¶
type TestEnum ¶
type TestEnum int
func NewTestEnum ¶
func NewTestEnum() TestEnum
func (*TestEnum) FromString ¶
func (TestEnum) MarshalJSON ¶
func (*TestEnum) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.