Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2026 Changes in this version + type Storage struct + Bucket []byte + DB *bbolt.DB + func MustOpen(path string, mode os.FileMode, options *bbolt.Options, bucket []byte) *Storage + func Open(path string, mode os.FileMode, options *bbolt.Options, bucket []byte) (*Storage, error) + func (s *Storage) Get(ctx context.Context, req *http.Request) (*http.Response, error) + func (s *Storage) Put(ctx context.Context, resp *http.Response) error