package
Version:
v0.0.0-...-f65b48a
Opens a new window with list of versions in this module.
Published: Aug 26, 2017
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Model struct {
ID uint `gorm:"primary_key"`
Key string `gorm:"not null;unique_index;type:VARCHAR(255)"`
Val []byte `gorm:"not null"`
Encode bool `gorm:"not null"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}
Model model
type Store struct {
Db *gorm.DB `inject:""`
}
Store gorm store
Source Files
¶
Click to show internal directories.
Click to hide internal directories.