(ctx context.Context, envelopeContent []byte)
| 30 | type StorageBackend interface { |
| 31 | Name() string |
| 32 | Upload(ctx context.Context, envelopeContent []byte) error |
| 33 | } |
| 34 | |
| 35 | // SignerAwareUploader extends StorageBackend for backends that need access to the signer |
no outgoing calls
no test coverage detected