Documentation
¶
Index ¶
- type Bucket
- func (b *Bucket) Del(ctx context.Context, key string, value interface{}) (err error)
- func (b *Bucket) Get(ctx context.Context, key string, value interface{}) (err error)
- func (b *Bucket) Put(ctx context.Context, key string, value interface{}) (err error)
- func (b *Bucket) PutProto(ctx context.Context, key string, value proto.Message) (err error)
- type IndexUpdate
- type Store
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct {
// contains filtered or unexported fields
}
Bucket a bucket
type IndexUpdate ¶
IndexUpdate an update to an index
Click to show internal directories.
Click to hide internal directories.