| 98 | } |
| 99 | |
| 100 | type HTTPResponse struct { |
| 101 | Code int32 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"` |
| 102 | Headers []*Header `protobuf:"bytes,2,rep,name=headers,proto3" json:"headers,omitempty"` |
| 103 | Body []byte `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` |
| 104 | } |
| 105 | |
| 106 | func (m *HTTPResponse) Reset() { *m = HTTPResponse{} } |
| 107 | func (*HTTPResponse) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected