Documentation ¶ Index ¶ func NewStore() kv.Store Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewStore ¶ func NewStore() kv.Store NewStore returns a fakeStore adhering to the kv.Store interface. All methods except Watch are implemented. Implementation is not threadsafe and should only be used for tests. Types ¶ This section is empty. Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.