please upgrade the proto package
| 31 | const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package |
| 32 | |
| 33 | type HTTPRequest struct { |
| 34 | Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"` |
| 35 | Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` |
| 36 | Headers []*Header `protobuf:"bytes,3,rep,name=headers,proto3" json:"headers,omitempty"` |
| 37 | Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` |
| 38 | } |
| 39 | |
| 40 | func (m *HTTPRequest) Reset() { *m = HTTPRequest{} } |
| 41 | func (*HTTPRequest) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected