Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
// Execute executes the given store.
// Returning nil ends execution.
// Returning an error triggers a retry with backoff.
Execute(ctx context.Context) error
// BucketStore is the bucket config store.
BucketStore
// BlockStore is the block store.
BlockStore
// VolumeStore is the volume store.
VolumeStore
// ObjectStore is the object store.
ObjectStore
// MqueueStore is the message queue store.
MqueueStore
}
Store contains all of the Hydra stores.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package store_kvkey provides common key patterns for key/value stores.
|
Package store_kvkey provides common key patterns for key/value stores. |
|
sqlite/common
Package common provides shared implementations for SQLite kvtx stores.
|
Package common provides shared implementations for SQLite kvtx stores. |
Click to show internal directories.
Click to hide internal directories.