Documentation ¶ Index ¶ type KeyValueStore func (t KeyValueStore) Get(ctx context.Context, key string) ([]byte, error) func (t KeyValueStore) Store(ctx context.Context, key string, val []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type KeyValueStore ¶ type KeyValueStore struct { } func (KeyValueStore) Get ¶ func (t KeyValueStore) Get(ctx context.Context, key string) ([]byte, error) func (KeyValueStore) Store ¶ func (t KeyValueStore) Store(ctx context.Context, key string, val []byte) error Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.