Versions in this module Expand all Collapse all v0 v0.2.1 Jul 17, 2026 v0.2.0 Jul 16, 2026 Changes in this version + type EscrowProvider interface + AvailableBytes func() (int64, error) + Capture func(ctx context.Context, recoverySet []string) ([]EscrowRef, error) + Cleanup func(ctx context.Context, refs []EscrowRef) error + EstimateCaptureBytes func(recoverySet []string, usedBytes map[string]int64) int64 + Name func() string + Verify func(ctx context.Context, refs []EscrowRef) error + func Select(ctx context.Context, cfg *common.Config, recoverySet []string) (EscrowProvider, error) + type EscrowRef struct + Cluster string + CreatedAt time.Time + ID string + Instance string + PVC string + Provider string + RunID string + Verified bool