MCPcopy Create free account
hub / github.com/containers/image / ProgressMessage

Method ProgressMessage

internal/signer/signer.go:43–43  ·  view source on GitHub ↗

ProgressMessage returns a human-readable sentence that makes sense to write before starting to create a single signature.

()

Source from the content-addressed store, hash-verified

41type 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

Callers 3

createSignaturesMethod · 0.65
ProgressMessageFunction · 0.65

Implementers 4

stubSignerImplcopy/sign_test.go
mockSignerImplementationinternal/signer/signer_test.go
simpleSignersignature/simplesigning/signer.go
SigstoreSignersignature/sigstore/internal/signer.go

Calls

no outgoing calls

Tested by 1