Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SelectOptions ¶
func SelectOptions() []enums.SelectOptions
Types ¶
type DicValueType ¶
type DicValueType int
const ( STRING DicValueType = iota + 1 INTEGER DECIMAL BOOL JSONOBJECT JSONARRAY )
func (DicValueType) Des ¶
func (e DicValueType) Des() string
func (DicValueType) Enum ¶
func (e DicValueType) Enum() string
func (DicValueType) MarshalJSON ¶
func (e DicValueType) MarshalJSON() ([]byte, error)
func (*DicValueType) UnmarshalJSON ¶
func (e *DicValueType) UnmarshalJSON(value []byte) error
func (DicValueType) Val ¶
func (e DicValueType) Val() int
Click to show internal directories.
Click to hide internal directories.