Versions in this module Expand all Collapse all v0 v0.3.0 Aug 16, 2026 v0.2.0 Aug 7, 2026 Changes in this version + const MetricOpBytes + const MetricOpDuration + var ErrNotFound = errors.New("blob: object not found") + func FilesKey(id string) string + func SessionCheckpointKey(sessionID string) string + type Store interface + Delete func(ctx context.Context, key string) error + Get func(ctx context.Context, key string) (io.ReadCloser, int64, error) + Put func(ctx context.Context, key string, r io.Reader, size int64, contentType string) error + func WithMetrics(s Store) Store