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

Struct fixtureObj

fixtures_test.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type fixtureObj struct {
13 Pub string
14 Tag string `json:"tag"`
15 priv int
16}
17
18func (o fixtureObj) MarshalZerologObject(e *Event) {
19 e.Str("Pub", o.Pub).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected