optional helpers for structured fields (used in some modules)
(k, v string)
| 79 | |
| 80 | // optional helpers for structured fields (used in some modules) |
| 81 | func ZapString(k, v string) zap.Field { return zap.String(k, v) } |
| 82 | func ZapErr(err error) zap.Field { return zap.Error(err) } |
nothing calls this directly
no outgoing calls
no test coverage detected