Nested Array- and ObjectMarshalers.
| 531 | |
| 532 | // Nested Array- and ObjectMarshalers. |
| 533 | type turducken struct{} |
| 534 | |
| 535 | func (t turducken) MarshalLogObject(enc ObjectEncoder) error { |
| 536 | return enc.AddArray("ducks", ArrayMarshalerFunc(func(arr ArrayEncoder) error { |
nothing calls this directly
no outgoing calls
no test coverage detected