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

Struct request

example_test.go:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170type request struct {
171 URL string
172 Listen addr
173 Remote addr
174}
175
176func (a addr) MarshalLogObject(enc zapcore.ObjectEncoder) error {
177 enc.AddString("ip", a.IP)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected