Documentation ¶
Index ¶
- type For
- func (f For[Value]) Delete(ctx context.Context, m *MStore) error
- func (f For[Value]) Get(ctx context.Context, m *MStore) (value Value, err error)
- func (f For[Value]) GetAll(ctx context.Context, m *MStore) (values []Value, err error)
- func (f For[Value]) GetOrSet(ctx context.Context, m *MStore, dflt Value) (value Value, err error)
- func (f For[Value]) Set(ctx context.Context, m *MStore, value Value) error
- func (f For[Value]) SetAll(ctx context.Context, m *MStore, values ...Value) error
- type MStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.