Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrimaryKey ¶
type PrimaryKey string
type Store ¶
type Store interface { Exists(PrimaryKey) (bool, error) Set(Document) error Get(PrimaryKey, interface{}) error List() ([]PrimaryKey, error) Remove(PrimaryKey) error Clear() error }
Click to show internal directories.
Click to hide internal directories.