Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemStore ¶
type MemStore struct {
// contains filtered or unexported fields
}
MemStore is a simple DB that's stored in memory. Useful for demos or testing. Not designed to be performant.
func (*MemStore) CreateIndex ¶ added in v0.1.3
func (m *MemStore) CreateIndex(createIndexRequest storage.CreateIndexRequest) error
CreateIndex is not supported in memstore, and calling it will always return an error.
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider represents an MemStore implementation of the storage.Provider interface
func (*Provider) CloseStore ¶
CloseStore closes a previously opened store.
func (*Provider) CreateStore ¶ added in v0.1.2
CreateStore creates a new store with the given name.
Click to show internal directories.
Click to hide internal directories.