Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
// contains filtered or unexported fields
}
Entry is a store.Entry implementation
func (*Entry) RemoveLogs ¶
RemoveLogs implements the store interface
type InmemStore ¶
type InmemStore struct {
// contains filtered or unexported fields
}
InmemStore implements the Store interface.
func (*InmemStore) Get ¶
func (i *InmemStore) Get(k string) (string, error)
Get implements the store interface
func (*InmemStore) GetEntry ¶
func (i *InmemStore) GetEntry(hash string) (store.Entry, error)
GetEntry implements the store interface
func (*InmemStore) ListPrefix ¶
func (i *InmemStore) ListPrefix(prefix string) ([]string, error)
ListPrefix implements the store interface
func (*InmemStore) Set ¶
func (i *InmemStore) Set(k, v string) error
Set implements the store interface
Click to show internal directories.
Click to hide internal directories.