package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Oct 20, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Lookup[I any, K any](db *gorm.DB, key K, fallback func() I) I
type Cache struct {
ID uint `gorm:"primaryKey" json:"id"`
ExpiresAt time.Time `json:"expires_at"`
HashKey string `json:"hash_key"`
Value []byte `gorm:"type:BLOB" json:"item"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.