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

Struct user

logger_bench_test.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type user struct {
36 Name string
37 Email string
38 CreatedAt time.Time
39}
40
41func (u *user) MarshalLogObject(enc zapcore.ObjectEncoder) error {
42 enc.AddString("name", u.Name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected