Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { gorm.Model Key string `gorm:"not null;unique;type:VARCHAR(255)"` Val []byte `gorm:"not null"` Flag bool `gorm:"not null"` }
Model Setting enyry
type OrmProvider ¶
OrmProvider provider of gorm
Click to show internal directories.
Click to hide internal directories.