MCPcopy
hub / github.com/rs/zerolog / testCEEwriter

Struct testCEEwriter

syslog_test.go:75–77  ·  syslog_test.go::testCEEwriter

Source from the content-addressed store, hash-verified

73}
74
75type testCEEwriter struct {
76 buf *bytes.Buffer
77}
78
79// Only implement one method as we're just testing the prefixing
80func (c testCEEwriter) Debug(m string) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected