Documentation
¶
Index ¶
- type ARCDS
- func (a *ARCDS) Batch(ctx context.Context) (datastore.Batch, error)
- func (a *ARCDS) Close() error
- func (a *ARCDS) Delete(ctx context.Context, key datastore.Key) error
- func (a *ARCDS) Get(ctx context.Context, key datastore.Key) (value []byte, err error)
- func (a *ARCDS) GetSize(ctx context.Context, key datastore.Key) (size int, err error)
- func (a *ARCDS) Has(ctx context.Context, key datastore.Key) (exists bool, err error)
- func (a *ARCDS) Put(ctx context.Context, key datastore.Key, value []byte) error
- func (a *ARCDS) Query(ctx context.Context, q query.Query) (query.Results, error)
- func (a *ARCDS) Sync(ctx context.Context, prefix datastore.Key) 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.