Documentation ¶
Index ¶
- Variables
- type DB
- func (db *DB) Delete(key string) error
- func (db *DB) Get(key string, val interface{}) error
- func (db *DB) GetRaw(key string) (json.RawMessage, error)
- func (db *DB) Iter(fn func(key string, value json.RawMessage) error)
- func (db *DB) Save() error
- func (db *DB) Set(key string, val any) error
- func (db *DB) SetRaw(key string, val json.RawMessage) error
- type Option
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.