maybeNamespace is an ObjectMarshaler that sometimes opens a namespace
| 578 | |
| 579 | // maybeNamespace is an ObjectMarshaler that sometimes opens a namespace |
| 580 | type maybeNamespace struct{ bool } |
| 581 | |
| 582 | func (m maybeNamespace) MarshalLogObject(enc ObjectEncoder) error { |
| 583 | enc.AddString("obj-out", "obj-outside-namespace") |
nothing calls this directly
no outgoing calls
no test coverage detected