Versions in this module Expand all Collapse all v0 v0.1.0 Aug 23, 2026 Changes in this version + type Storage struct + func Open(ctx context.Context, path string) (*Storage, error) + func (*Storage) Name() string + func (s *Storage) Clear(ctx context.Context, nextCursor uint64) error + func (s *Storage) Close() error + func (s *Storage) Delete(ctx context.Context, id string) error + func (s *Storage) Load(ctx context.Context) ([]webpprof.Entry, uint64, error) + func (s *Storage) Put(ctx context.Context, entry webpprof.Entry, nextCursor uint64) error