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

Struct fakeObject

array_test.go:192–195  ·  array_test.go::fakeObject

Source from the content-addressed store, hash-verified

190}
191
192type fakeObject struct {
193 value string
194 err error // marshaling error, if any
195}
196
197func (o *fakeObject) MarshalLogObject(enc zapcore.ObjectEncoder) error {
198 enc.AddString("value", o.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected