Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScanIntEnumStringer ¶ added in v1.3.0
Types ¶
type DriverValueOffset ¶ added in v1.3.0
type DriverValueOffset interface {
Offset() int
}
sql value of enum maybe have offset from value of enum in go
type EnumDriverValueOffset ¶
type EnumDriverValueOffset = DriverValueOffset
Deprecated use DriverValueOffset instead
type IntStringerEnum ¶ added in v1.3.0
type IntStringerEnum interface {
TypeName() string
Int() int
String() string
Label() string
ConstValues() []IntStringerEnum
}
Click to show internal directories.
Click to hide internal directories.