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

Struct loggable

zapcore/json_encoder_impl_test.go:561–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561type loggable struct{ bool }
562
563func (l loggable) MarshalLogObject(enc ObjectEncoder) error {
564 if !l.bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected