Versions in this module Expand all Collapse all v0 v0.0.1 Jun 22, 2026 Changes in this version + func Wrap(inner registryattach.AttachmentStore, svc *dataencryption.Service) (registryattach.AttachmentStore, error) + type EncryptStore struct + func (s *EncryptStore) Delete(ctx context.Context, storageKey string) error + func (s *EncryptStore) GetSignedURL(ctx context.Context, storageKey string, expiry time.Duration) (*url.URL, error) + func (s *EncryptStore) Retrieve(ctx context.Context, storageKey string) (io.ReadCloser, error) + func (s *EncryptStore) Store(ctx context.Context, data io.Reader, maxSize int64, contentType string) (*registryattach.FileStoreResult, error)