MCPcopy Create free account
hub / github.com/DoNewsCode/core / mockSpan

Struct mockSpan

logging/log_test.go:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type mockSpan struct {
56 received []interface{}
57}
58
59func (m *mockSpan) LogKV(alternatingKeyValues ...interface{}) {
60 m.received = alternatingKeyValues

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected