Documentation ¶
Index ¶
- type AutumnLib
- func (lib *AutumnLib) Close()
- func (lib *AutumnLib) Connect() error
- func (lib *AutumnLib) Delete(ctx context.Context, key []byte) error
- func (lib *AutumnLib) Get(ctx context.Context, key []byte) ([]byte, error)
- func (lib *AutumnLib) Put(ctx context.Context, key, value []byte) error
- func (lib *AutumnLib) Range(ctx context.Context, prefix []byte, start []byte, limit uint32) ([][]byte, bool, error)
- func (lib *AutumnLib) SplitPart(ctx context.Context, partID uint64) 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.