MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / Logger

Interface Logger

pkg/cache/cache.go:36–41  ·  view source on GitHub ↗

Logger is a structured logging interface satisfied by *log.Helper from Kratos.

Source from the content-addressed store, hash-verified

34
35// Logger is a structured logging interface satisfied by *log.Helper from Kratos.
36type Logger interface {
37 Debugw(keyvals ...any)
38 Warnw(keyvals ...any)
39 Infow(keyvals ...any)
40 Errorw(keyvals ...any)
41}
42
43type config struct {
44 ttl time.Duration

Callers 32

GetMethod · 0.65
SetMethod · 0.65
DeleteMethod · 0.65
PurgeMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65
DeleteMethod · 0.65
PurgeMethod · 0.65
initBucketWithRetryMethod · 0.65
watchReconnectMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65

Implementers 1

nopLoggerpkg/cache/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected