Documentation
¶
Index ¶
- Variables
- func Bool(key string) (bool, error)
- func Float(key string) (float64, error)
- func Init() error
- func Int(key string) (int64, error)
- func Json(key string, res any) error
- func NewStore(key string) store.Store
- func Persist() error
- func SetBool(key string, val bool)
- func SetFloat(key string, val float64)
- func SetInt(key string, val int64)
- func SetJson(key string, val any) error
- func SetString(key string, val string)
- func SetTime(key string, val time.Time)
- func String(key string) (string, error)
- func Time(key string) (time.Time, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.