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.
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.