Documentation ¶
Index ¶
- type Driver
- func (d *Driver) Bind(ctx context.Context, conf *storage.BindConfig) error
- func (d *Driver) Close() (err error)
- func (d *Driver) Del(ctx context.Context, dbnum int, key string) (err error)
- func (d *Driver) Get(ctx context.Context, dbnum int, key string) (value []byte, err error)
- func (d *Driver) Keys(ctx context.Context, dbnum int, pattern string) (keys []string, err error)
- func (d *Driver) Set(ctx context.Context, dbnum int, key string, value []byte) (err error)
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.