ProgressMessage returns a human-readable sentence that makes sense to write before starting to create a single signature.
()
| 41 | type SignerImplementation interface { |
| 42 | // ProgressMessage returns a human-readable sentence that makes sense to write before starting to create a single signature. |
| 43 | ProgressMessage() string |
| 44 | // SignImageManifest creates a new signature for manifest m as dockerReference. |
| 45 | SignImageManifest(ctx context.Context, m []byte, dockerReference reference.Named) (signature.Signature, error) |
| 46 | Close() error |
no outgoing calls