| 454 | } |
| 455 | |
| 456 | type invalidPair struct { |
| 457 | position int |
| 458 | key, value interface{} |
| 459 | } |
| 460 | |
| 461 | func (p invalidPair) MarshalLogObject(enc zapcore.ObjectEncoder) error { |
| 462 | enc.AddInt64("position", int64(p.position)) |
nothing calls this directly
no outgoing calls
no test coverage detected