Documentation ¶
Index ¶
- type Store
- func (s *Store) GetBytes(ctx context.Context, store string, key []byte) ([]byte, error)
- func (s *Store) GetBytesAtVersion(ctx context.Context, store string, key []byte, version uint64) ([]byte, error)
- func (s *Store) SetBytes(ctx context.Context, store string, key []byte, value []byte) error
- func (s *Store) SetBytesWithVersion(ctx context.Context, store string, key []byte, value []byte, version uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { storage.DefaultStore // contains filtered or unexported fields }
Store implements the Store interface
func (*Store) GetBytesAtVersion ¶
Click to show internal directories.
Click to hide internal directories.