Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SelectOptions ¶
func SelectOptions() []enums.SelectOptions
Types ¶
type QRCodeType ¶
type QRCodeType int
const ( QRDefault QRCodeType = iota + 1 QR00001 )
func (QRCodeType) Code ¶
func (e QRCodeType) Code() int32
func (QRCodeType) Des ¶
func (e QRCodeType) Des() string
func (QRCodeType) Enum ¶
func (e QRCodeType) Enum() string
func (QRCodeType) MarshalJSON ¶
func (e QRCodeType) MarshalJSON() ([]byte, error)
func (*QRCodeType) UnmarshalJSON ¶
func (e *QRCodeType) UnmarshalJSON(value []byte) error
func (QRCodeType) Val ¶
func (e QRCodeType) Val() int
Click to show internal directories.
Click to hide internal directories.