package
Version:
v1.7.2
Opens a new window with list of versions in this module.
Published: Feb 9, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cache struct {
Key string `json:"key" gorm:"primary_key"`
Value []byte `json:"value" gorm:"type:text"`
ExpiresAt time.Time `json:"expiresAt"`
CreatedAt time.Time `json:"createdAt"`
}
func (c *Cache) ConvertValueToEntity(entity interface{}) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.