request.pb.go 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: request.proto
  3. package data
  4. import (
  5. fmt "fmt"
  6. proto "github.com/golang/protobuf/proto"
  7. math "math"
  8. )
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  18. type Request struct {
  19. Url string `protobuf:"bytes,100,opt,name=Url,proto3" json:"Url,omitempty"`
  20. Reverse string `protobuf:"bytes,200,opt,name=Reverse,proto3" json:"Reverse,omitempty"`
  21. IpSrc string `protobuf:"bytes,300,opt,name=IpSrc,proto3" json:"IpSrc,omitempty"`
  22. IpDst string `protobuf:"bytes,400,opt,name=IpDst,proto3" json:"IpDst,omitempty"`
  23. PortSrc uint32 `protobuf:"varint,500,opt,name=PortSrc,proto3" json:"PortSrc,omitempty"`
  24. PortDst uint32 `protobuf:"varint,600,opt,name=PortDst,proto3" json:"PortDst,omitempty"`
  25. TcpSeq uint32 `protobuf:"varint,700,opt,name=TcpSeq,proto3" json:"TcpSeq,omitempty"`
  26. CreatedAt int64 `protobuf:"varint,800,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"`
  27. XForwardedFor string `protobuf:"bytes,900,opt,name=XForwardedFor,proto3" json:"XForwardedFor,omitempty"`
  28. XRealIP string `protobuf:"bytes,1000,opt,name=XRealIP,proto3" json:"XRealIP,omitempty"`
  29. Method string `protobuf:"bytes,1100,opt,name=Method,proto3" json:"Method,omitempty"`
  30. Origin string `protobuf:"bytes,1200,opt,name=Origin,proto3" json:"Origin,omitempty"`
  31. Referer string `protobuf:"bytes,1300,opt,name=Referer,proto3" json:"Referer,omitempty"`
  32. UserAgent string `protobuf:"bytes,1400,opt,name=UserAgent,proto3" json:"UserAgent,omitempty"`
  33. Source string `protobuf:"bytes,1500,opt,name=Source,proto3" json:"Source,omitempty"`
  34. Host string `protobuf:"bytes,1600,opt,name=Host,proto3" json:"Host,omitempty"`
  35. Protocol string `protobuf:"bytes,1700,opt,name=Protocol,proto3" json:"Protocol,omitempty"`
  36. Connection string `protobuf:"bytes,1800,opt,name=Connection,proto3" json:"Connection,omitempty"`
  37. XRequestedWith string `protobuf:"bytes,1900,opt,name=XRequestedWith,proto3" json:"XRequestedWith,omitempty"`
  38. AcceptEncoding string `protobuf:"bytes,2000,opt,name=AcceptEncoding,proto3" json:"AcceptEncoding,omitempty"`
  39. AcceptLanguage string `protobuf:"bytes,2100,opt,name=AcceptLanguage,proto3" json:"AcceptLanguage,omitempty"`
  40. Accept string `protobuf:"bytes,2200,opt,name=Accept,proto3" json:"Accept,omitempty"`
  41. Cookie string `protobuf:"bytes,2300,opt,name=Cookie,proto3" json:"Cookie,omitempty"`
  42. Via string `protobuf:"bytes,2400,opt,name=Via,proto3" json:"Via,omitempty"`
  43. Customer string `protobuf:"bytes,2500,opt,name=Customer,proto3" json:"Customer,omitempty"`
  44. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  45. XXX_unrecognized []byte `json:"-"`
  46. XXX_sizecache int32 `json:"-"`
  47. }
  48. func (m *Request) Reset() { *m = Request{} }
  49. func (m *Request) String() string { return proto.CompactTextString(m) }
  50. func (*Request) ProtoMessage() {}
  51. func (*Request) Descriptor() ([]byte, []int) {
  52. return fileDescriptor_7f73548e33e655fe, []int{0}
  53. }
  54. func (m *Request) XXX_Unmarshal(b []byte) error {
  55. return xxx_messageInfo_Request.Unmarshal(m, b)
  56. }
  57. func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  58. return xxx_messageInfo_Request.Marshal(b, m, deterministic)
  59. }
  60. func (m *Request) XXX_Merge(src proto.Message) {
  61. xxx_messageInfo_Request.Merge(m, src)
  62. }
  63. func (m *Request) XXX_Size() int {
  64. return xxx_messageInfo_Request.Size(m)
  65. }
  66. func (m *Request) XXX_DiscardUnknown() {
  67. xxx_messageInfo_Request.DiscardUnknown(m)
  68. }
  69. var xxx_messageInfo_Request proto.InternalMessageInfo
  70. func (m *Request) GetUrl() string {
  71. if m != nil {
  72. return m.Url
  73. }
  74. return ""
  75. }
  76. func (m *Request) GetReverse() string {
  77. if m != nil {
  78. return m.Reverse
  79. }
  80. return ""
  81. }
  82. func (m *Request) GetIpSrc() string {
  83. if m != nil {
  84. return m.IpSrc
  85. }
  86. return ""
  87. }
  88. func (m *Request) GetIpDst() string {
  89. if m != nil {
  90. return m.IpDst
  91. }
  92. return ""
  93. }
  94. func (m *Request) GetPortSrc() uint32 {
  95. if m != nil {
  96. return m.PortSrc
  97. }
  98. return 0
  99. }
  100. func (m *Request) GetPortDst() uint32 {
  101. if m != nil {
  102. return m.PortDst
  103. }
  104. return 0
  105. }
  106. func (m *Request) GetTcpSeq() uint32 {
  107. if m != nil {
  108. return m.TcpSeq
  109. }
  110. return 0
  111. }
  112. func (m *Request) GetCreatedAt() int64 {
  113. if m != nil {
  114. return m.CreatedAt
  115. }
  116. return 0
  117. }
  118. func (m *Request) GetXForwardedFor() string {
  119. if m != nil {
  120. return m.XForwardedFor
  121. }
  122. return ""
  123. }
  124. func (m *Request) GetXRealIP() string {
  125. if m != nil {
  126. return m.XRealIP
  127. }
  128. return ""
  129. }
  130. func (m *Request) GetMethod() string {
  131. if m != nil {
  132. return m.Method
  133. }
  134. return ""
  135. }
  136. func (m *Request) GetOrigin() string {
  137. if m != nil {
  138. return m.Origin
  139. }
  140. return ""
  141. }
  142. func (m *Request) GetReferer() string {
  143. if m != nil {
  144. return m.Referer
  145. }
  146. return ""
  147. }
  148. func (m *Request) GetUserAgent() string {
  149. if m != nil {
  150. return m.UserAgent
  151. }
  152. return ""
  153. }
  154. func (m *Request) GetSource() string {
  155. if m != nil {
  156. return m.Source
  157. }
  158. return ""
  159. }
  160. func (m *Request) GetHost() string {
  161. if m != nil {
  162. return m.Host
  163. }
  164. return ""
  165. }
  166. func (m *Request) GetProtocol() string {
  167. if m != nil {
  168. return m.Protocol
  169. }
  170. return ""
  171. }
  172. func (m *Request) GetConnection() string {
  173. if m != nil {
  174. return m.Connection
  175. }
  176. return ""
  177. }
  178. func (m *Request) GetXRequestedWith() string {
  179. if m != nil {
  180. return m.XRequestedWith
  181. }
  182. return ""
  183. }
  184. func (m *Request) GetAcceptEncoding() string {
  185. if m != nil {
  186. return m.AcceptEncoding
  187. }
  188. return ""
  189. }
  190. func (m *Request) GetAcceptLanguage() string {
  191. if m != nil {
  192. return m.AcceptLanguage
  193. }
  194. return ""
  195. }
  196. func (m *Request) GetAccept() string {
  197. if m != nil {
  198. return m.Accept
  199. }
  200. return ""
  201. }
  202. func (m *Request) GetCookie() string {
  203. if m != nil {
  204. return m.Cookie
  205. }
  206. return ""
  207. }
  208. func (m *Request) GetVia() string {
  209. if m != nil {
  210. return m.Via
  211. }
  212. return ""
  213. }
  214. func (m *Request) GetCustomer() string {
  215. if m != nil {
  216. return m.Customer
  217. }
  218. return ""
  219. }
  220. func init() {
  221. proto.RegisterType((*Request)(nil), "data.Request")
  222. }
  223. func init() { proto.RegisterFile("request.proto", fileDescriptor_7f73548e33e655fe) }
  224. var fileDescriptor_7f73548e33e655fe = []byte{
  225. // 471 bytes of a gzipped FileDescriptorProto
  226. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x92, 0x3d, 0x6f, 0xd4, 0x40,
  227. 0x10, 0x86, 0x75, 0xdc, 0x47, 0x72, 0x0b, 0x0e, 0xc9, 0x06, 0xc4, 0x20, 0x84, 0x88, 0x90, 0x22,
  228. 0x52, 0x5d, 0xc3, 0x2f, 0xb8, 0x5c, 0x88, 0x88, 0x04, 0xe2, 0xe4, 0x23, 0xe1, 0xda, 0x65, 0x3d,
  229. 0x38, 0x16, 0x8e, 0xd7, 0x19, 0xef, 0x91, 0x3f, 0x40, 0x41, 0x49, 0x41, 0x41, 0x49, 0x41, 0x49,
  230. 0x41, 0x41, 0x49, 0x41, 0x41, 0x01, 0x12, 0x05, 0x25, 0x05, 0x05, 0x25, 0x05, 0x25, 0x05, 0x05,
  231. 0x05, 0x9a, 0x1d, 0x9b, 0x4b, 0xd2, 0xf9, 0x7d, 0x9e, 0xd7, 0x6b, 0xcf, 0xee, 0xaa, 0x88, 0xf0,
  232. 0x70, 0x86, 0x95, 0x1f, 0x94, 0xe4, 0xbc, 0xd3, 0x9d, 0xc4, 0x78, 0x73, 0xfd, 0x73, 0x57, 0x2d,
  233. 0xc4, 0xc2, 0xf5, 0xb2, 0x6a, 0xef, 0x52, 0x0e, 0xc9, 0x5a, 0x6b, 0xa3, 0x1f, 0xf3, 0xa3, 0xbe,
  234. 0xcc, 0xf2, 0x09, 0x52, 0x85, 0xf0, 0xa9, 0x15, 0x70, 0x93, 0xf5, 0x45, 0xd5, 0xdd, 0x29, 0x27,
  235. 0x64, 0xe1, 0xcd, 0x99, 0x20, 0x24, 0x09, 0xde, 0xaa, 0x3c, 0x3c, 0x6f, 0x37, 0x78, 0xab, 0xf2,
  236. 0xbc, 0xd0, 0xd8, 0x91, 0xe7, 0xfe, 0x6f, 0x16, 0x51, 0xdc, 0xe4, 0x46, 0xf1, 0x3b, 0xdf, 0x3a,
  237. 0x73, 0xc5, 0x6f, 0x5d, 0x52, 0xbd, 0xfb, 0xb6, 0x9c, 0xe0, 0x21, 0xbc, 0xef, 0x06, 0x53, 0x47,
  238. 0x7d, 0x55, 0xf5, 0x47, 0x84, 0xc6, 0x63, 0x32, 0xf4, 0xf0, 0xaa, 0xb7, 0xd6, 0xda, 0x68, 0xc7,
  239. 0x73, 0xa2, 0xd7, 0x55, 0x34, 0xdd, 0x76, 0x74, 0x64, 0x28, 0xc1, 0x64, 0xdb, 0x11, 0x3c, 0x5d,
  240. 0x08, 0x3f, 0x73, 0x92, 0xf2, 0x97, 0xa7, 0x31, 0x9a, 0x7c, 0x67, 0x0c, 0x3f, 0xa5, 0xd0, 0x64,
  241. 0xfe, 0xf2, 0x5d, 0xf4, 0xfb, 0x2e, 0x81, 0x2f, 0x8b, 0xc1, 0xd4, 0x91, 0xc5, 0x3d, 0xca, 0xd2,
  242. 0xac, 0x80, 0xb7, 0x7d, 0x11, 0x12, 0x65, 0xab, 0x1e, 0x21, 0x21, 0xc1, 0x0b, 0xd5, 0x6c, 0x55,
  243. 0xc8, 0xfc, 0xb7, 0xbb, 0x15, 0xd2, 0x30, 0xc5, 0xc2, 0xc3, 0x1f, 0x91, 0x73, 0xc2, 0x4b, 0x4e,
  244. 0xdc, 0x8c, 0x2c, 0xc2, 0xf7, 0xb3, 0xb2, 0xa4, 0x44, 0xbd, 0xaa, 0x3a, 0xb7, 0x5d, 0xe5, 0xe1,
  245. 0xc3, 0xb9, 0x80, 0x43, 0xd0, 0x57, 0xd4, 0xe2, 0x98, 0xcf, 0xcf, 0xba, 0x1c, 0x5e, 0x47, 0x41,
  246. 0xfc, 0x07, 0xfa, 0x9a, 0x52, 0x23, 0x57, 0x14, 0x68, 0x7d, 0xe6, 0x0a, 0x78, 0xb6, 0x14, 0xf4,
  247. 0x31, 0xa4, 0x6f, 0xa8, 0xa5, 0x69, 0x7d, 0xdc, 0x98, 0x3c, 0xc8, 0xfc, 0x3e, 0xfc, 0x92, 0xd2,
  248. 0x29, 0xcc, 0xc5, 0xa1, 0xb5, 0x58, 0xfa, 0x5b, 0x85, 0x75, 0x49, 0x56, 0xa4, 0xf0, 0xf5, 0xbc,
  249. 0x14, 0x4f, 0xe2, 0x79, 0xf1, 0x8e, 0x29, 0xd2, 0x99, 0x49, 0x11, 0xde, 0x2d, 0x1f, 0x2f, 0x36,
  250. 0x98, 0xc7, 0x14, 0x02, 0x2f, 0x57, 0x64, 0x4c, 0x89, 0x2c, 0x46, 0xce, 0x3d, 0xce, 0x10, 0xfe,
  251. 0xd6, 0x42, 0xa2, 0x5e, 0x51, 0xed, 0xbd, 0xcc, 0xc0, 0x0f, 0x2d, 0x17, 0x72, 0x2f, 0x33, 0x3c,
  252. 0xfd, 0x68, 0x56, 0x79, 0x77, 0x80, 0x04, 0x1f, 0x57, 0x65, 0xfa, 0x06, 0x6c, 0xae, 0xab, 0x0b,
  253. 0xd6, 0x1d, 0x0c, 0x2a, 0x4b, 0xa6, 0x44, 0x3a, 0x32, 0x79, 0x3e, 0xe0, 0x3b, 0xbe, 0x19, 0xd5,
  254. 0xa3, 0x85, 0x6d, 0xaa, 0x1e, 0xf6, 0xc2, 0xfd, 0xbf, 0xf9, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xdd,
  255. 0xf4, 0xb4, 0x9a, 0x10, 0x03, 0x00, 0x00,
  256. }