Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegralType ¶
type IntegralType int
const ( Main IntegralType = iota + 1 QingNiao )
func (IntegralType) Code ¶ added in v0.4.38
func (e IntegralType) Code() int32
func (IntegralType) Des ¶
func (e IntegralType) Des() string
func (IntegralType) Enum ¶ added in v0.4.38
func (e IntegralType) Enum() string
func (IntegralType) MarshalJSON ¶
func (e IntegralType) MarshalJSON() ([]byte, error)
func (*IntegralType) UnmarshalJSON ¶
func (e *IntegralType) UnmarshalJSON(value []byte) error
func (IntegralType) Val ¶
func (e IntegralType) Val() int
Click to show internal directories.
Click to hide internal directories.