Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadOnlyStore ¶
type ReadOnlyStore interface {
IndexStore() storage.Reader
ChunkStore() storage.ReadOnlyChunkStore
}
type Storage ¶
type Storage interface {
ReadOnlyStore
NewTransaction(context.Context) (Transaction, func())
Run(context.Context, func(Store) error) error
Close() error
}
func NewStorage ¶
func NewStorage(sharky *sharky.Store, bstore storage.BatchStore) Storage
type Store ¶
type Store interface {
ChunkStore() storage.ChunkStore
IndexStore() storage.IndexStore
}
type Transaction ¶
Click to show internal directories.
Click to hide internal directories.