Documentation ¶
Index ¶
- func ErrNoSuchKey(k keyvalue.Key) error
- type JsonStore
- func (j *JsonStore) Clear() error
- func (j *JsonStore) Exists(k keyvalue.Key) (bool, error)
- func (j *JsonStore) Get(k keyvalue.Key, v any) error
- func (j *JsonStore) List() ([]keyvalue.Key, error)
- func (j *JsonStore) Remove(k keyvalue.Key) error
- func (j *JsonStore) Set(k keyvalue.Key, v keyvalue.Value) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrNoSuchKey ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.