LogObjectMarshaler provides a strongly-typed and encoding-agnostic interface to be implemented by types used with Event/Context's Object methods.
| 56 | // LogObjectMarshaler provides a strongly-typed and encoding-agnostic interface |
| 57 | // to be implemented by types used with Event/Context's Object methods. |
| 58 | type LogObjectMarshaler interface { |
| 59 | MarshalZerologObject(e *Event) |
| 60 | } |
| 61 | |
| 62 | // LogArrayMarshaler provides a strongly-typed and encoding-agnostic interface |
| 63 | // to be implemented by types used with Event/Context's Array methods. |
no outgoing calls
no test coverage detected