Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2026 Changes in this version + type Storage struct + DB *pebble.DB + WriteOptions *pebble.WriteOptions + func MustOpen(path string, opts *pebble.Options) *Storage + func Open(path string, opts *pebble.Options) (*Storage, error) + func (s *Storage) Get(ctx context.Context, req *http.Request) (_ *http.Response, rerr error) + func (s *Storage) Put(ctx context.Context, resp *http.Response) error