MCPcopy Create free account
hub / github.com/conforma/cli / Logf

Method Logf

acceptance/log/log.go:39–39  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

37type DelegateLogger interface {
38 Log(args ...any)
39 Logf(format string, args ...any)
40}
41
42// Logger is the interface used by acceptance test packages for logging

Callers 15

VerifyImageSignaturesMethod · 0.65
HeadMethod · 0.65
AttestationUriMethod · 0.65
ResolveDigestMethod · 0.65
ImageMethod · 0.65
LayerMethod · 0.65
IndexMethod · 0.65
ValidateImageFunction · 0.65
ParseAndResolveFunction · 0.65

Implementers 2

fileLoggeracceptance/log/log.go
loggeracceptance/log/log.go

Calls

no outgoing calls