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

Struct mockLogObjectMarshaler

event_test.go:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491type mockLogObjectMarshaler struct {
492 data string
493}
494
495func (m mockLogObjectMarshaler) MarshalZerologObject(e *Event) {
496 e.Str("stack_func", m.data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected