Documentation ¶
Index ¶
- func ParseURL(rawURL string) (path string, mode fs.FileMode, options *bolt.Options, e error)
- type Option
- type Store
- func (s *Store) Close() (e error)
- func (s *Store) Del(ctx context.Context, key string) error
- func (s *Store) DelPrefix(ctx context.Context, prefix string) (err error)
- func (s *Store) Get(ctx context.Context, key string) (value []byte, err error)
- func (s *Store) Put(ctx context.Context, key string, value []byte, deadline time.Time) (err error)
- func (s *Store) Reset() (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.