MCPcopy
hub / github.com/Azure/aztfexport / NewNullClient

Function NewNullClient

pkg/telemetry/telemetry.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25type NullClient struct{}
26
27func NewNullClient() Client {
28 return NullClient{}
29}
30
31func (NullClient) Trace(Level, string) {}
32func (NullClient) Close() {}

Callers 2

initTelemetryClientFunction · 0.92
NewBaseMetaFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected