MCPcopy
hub / github.com/uber-go/zap / invalidPair

Struct invalidPair

sugar.go:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456type invalidPair struct {
457 position int
458 key, value interface{}
459}
460
461func (p invalidPair) MarshalLogObject(enc zapcore.ObjectEncoder) error {
462 enc.AddInt64("position", int64(p.position))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected