| 168 | } |
| 169 | |
| 170 | type request struct { |
| 171 | URL string |
| 172 | Listen addr |
| 173 | Remote addr |
| 174 | } |
| 175 | |
| 176 | func (a addr) MarshalLogObject(enc zapcore.ObjectEncoder) error { |
| 177 | enc.AddString("ip", a.IP) |
nothing calls this directly
no outgoing calls
no test coverage detected