Versions in this module Expand all Collapse all v0 v0.0.1 Mar 27, 2024 Changes in this version + type Store struct + func New(db *pebble.DB) *Store + func (s *Store) Delete(key string) error + func (s *Store) Get(key string) (string, error) + func (s *Store) GetRecord(key string, out interface{}) error + func (s *Store) Keys() []string + func (s *Store) Set(key string, value string) error + func (s *Store) SetRecord(key string, value interface{}) error