MCPcopy
hub / github.com/Infisical/agent-vault / Errorf

Method Errorf

internal/telemetry/telemetry.go:25–25  ·  view source on GitHub ↗
(string, ...interface{})

Source from the content-addressed store, hash-verified

23func (noopLogger) Debugf(string, ...interface{}) {}
24func (noopLogger) Warnf(string, ...interface{}) {}
25func (noopLogger) Errorf(string, ...interface{}) {}
26
27// New creates a Telemetry client. Returns nil when apiKey is empty
28// (dev builds), making all methods safe to call on a nil receiver.

Calls

no outgoing calls