-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathcoprocess_mini_request_object.pb.go
111 lines (97 loc) · 5.7 KB
/
coprocess_mini_request_object.pb.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
// Code generated by protoc-gen-go.
// source: coprocess_mini_request_object.proto
// DO NOT EDIT!
package coprocess
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
type MiniRequestObject struct {
Headers map[string]*StringSlice `protobuf:"bytes,1,rep,name=headers" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
SetHeaders map[string]string `protobuf:"bytes,2,rep,name=set_headers,json=setHeaders" json:"set_headers,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
DeleteHeaders []string `protobuf:"bytes,3,rep,name=delete_headers,json=deleteHeaders" json:"delete_headers,omitempty"`
Body string `protobuf:"bytes,4,opt,name=body" json:"body,omitempty"`
Url string `protobuf:"bytes,5,opt,name=url" json:"url,omitempty"`
Params map[string]*StringSlice `protobuf:"bytes,6,rep,name=params" json:"params,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
AddParams map[string]string `protobuf:"bytes,7,rep,name=add_params,json=addParams" json:"add_params,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
ExtendedParams map[string]*StringSlice `protobuf:"bytes,8,rep,name=extended_params,json=extendedParams" json:"extended_params,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
DeleteParams []string `protobuf:"bytes,9,rep,name=delete_params,json=deleteParams" json:"delete_params,omitempty"`
ReturnOverrides *ReturnOverrides `protobuf:"bytes,10,opt,name=return_overrides,json=returnOverrides" json:"return_overrides,omitempty"`
}
func (m *MiniRequestObject) Reset() { *m = MiniRequestObject{} }
func (m *MiniRequestObject) String() string { return proto.CompactTextString(m) }
func (*MiniRequestObject) ProtoMessage() {}
func (*MiniRequestObject) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
func (m *MiniRequestObject) GetHeaders() map[string]*StringSlice {
if m != nil {
return m.Headers
}
return nil
}
func (m *MiniRequestObject) GetSetHeaders() map[string]string {
if m != nil {
return m.SetHeaders
}
return nil
}
func (m *MiniRequestObject) GetParams() map[string]*StringSlice {
if m != nil {
return m.Params
}
return nil
}
func (m *MiniRequestObject) GetAddParams() map[string]string {
if m != nil {
return m.AddParams
}
return nil
}
func (m *MiniRequestObject) GetExtendedParams() map[string]*StringSlice {
if m != nil {
return m.ExtendedParams
}
return nil
}
func (m *MiniRequestObject) GetReturnOverrides() *ReturnOverrides {
if m != nil {
return m.ReturnOverrides
}
return nil
}
func init() {
proto.RegisterType((*MiniRequestObject)(nil), "coprocess.MiniRequestObject")
}
func init() { proto.RegisterFile("coprocess_mini_request_object.proto", fileDescriptor1) }
var fileDescriptor1 = []byte{
// 422 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x93, 0xd1, 0x8b, 0xd3, 0x40,
0x10, 0xc6, 0xe9, 0xf5, 0xae, 0x35, 0x93, 0xb3, 0x3d, 0x57, 0x39, 0x42, 0x9e, 0x8a, 0x87, 0x70,
0xe2, 0x11, 0xe4, 0x7c, 0x11, 0x51, 0x50, 0xa4, 0x20, 0x42, 0xa9, 0xa6, 0x4f, 0x7d, 0x0a, 0x69,
0x76, 0xd0, 0x68, 0x92, 0xad, 0xbb, 0x9b, 0x62, 0xff, 0x43, 0xff, 0x2c, 0xb7, 0xbb, 0x49, 0xba,
0xa9, 0x25, 0x20, 0xf4, 0x6d, 0xf3, 0xed, 0x37, 0xbf, 0xfd, 0x98, 0x99, 0xc0, 0x4d, 0xc2, 0xd6,
0x9c, 0x25, 0x28, 0x44, 0x94, 0xa7, 0x45, 0x1a, 0x71, 0xfc, 0x55, 0xa2, 0x90, 0x11, 0x5b, 0xfd,
0xc0, 0x44, 0x06, 0xea, 0x4e, 0x32, 0xe2, 0x34, 0x26, 0x7f, 0xb2, 0xf7, 0x73, 0x94, 0x25, 0x2f,
0x22, 0xb6, 0x41, 0xce, 0x53, 0x8a, 0xc2, 0x98, 0xfd, 0xeb, 0xbd, 0x23, 0x61, 0x79, 0xce, 0x0a,
0xa3, 0x3f, 0xfd, 0x33, 0x84, 0x47, 0x33, 0xf5, 0x44, 0x68, 0x5e, 0x98, 0xeb, 0x07, 0xc8, 0x47,
0x18, 0x7e, 0xc7, 0x98, 0x22, 0x17, 0x5e, 0x6f, 0xd2, 0xbf, 0x75, 0xef, 0x9f, 0x07, 0x4d, 0x7d,
0xf0, 0x8f, 0x3d, 0xf8, 0x64, 0xbc, 0xd3, 0x42, 0xf2, 0x6d, 0x58, 0x57, 0x92, 0x19, 0xb8, 0x02,
0x65, 0x54, 0x83, 0xce, 0x34, 0xe8, 0xae, 0x13, 0xb4, 0x40, 0xd9, 0x62, 0x81, 0x68, 0x04, 0xf2,
0x0c, 0x46, 0x14, 0x33, 0x94, 0xd8, 0x10, 0xfb, 0x8a, 0xe8, 0x84, 0x0f, 0x8d, 0x5a, 0xdb, 0x08,
0x9c, 0xaf, 0x18, 0xdd, 0x7a, 0xe7, 0x93, 0x9e, 0xba, 0xd4, 0x67, 0x72, 0x05, 0xfd, 0x92, 0x67,
0xde, 0x85, 0x96, 0x76, 0x47, 0xf2, 0x1e, 0x06, 0xeb, 0x98, 0xc7, 0xb9, 0xf0, 0x06, 0x3a, 0xd6,
0x6d, 0x67, 0xac, 0x2f, 0xda, 0x6a, 0x22, 0x55, 0x75, 0xe4, 0x33, 0x40, 0x4c, 0x69, 0x54, 0x51,
0x86, 0x9a, 0xf2, 0xa2, 0x93, 0xf2, 0x81, 0x52, 0x1b, 0xe4, 0xc4, 0xf5, 0x37, 0x59, 0xc2, 0x18,
0x7f, 0x4b, 0x2c, 0x28, 0x36, 0xc0, 0x07, 0x1a, 0xf8, 0xb2, 0x13, 0x38, 0xad, 0x6a, 0x6c, 0xea,
0x08, 0x5b, 0x22, 0xb9, 0x81, 0xaa, 0x3f, 0x35, 0xd8, 0xd1, 0x4d, 0xbb, 0x34, 0x62, 0x65, 0x9a,
0xc2, 0xd5, 0xe1, 0xda, 0x78, 0xa0, 0x9a, 0xe5, 0xde, 0xfb, 0x56, 0x80, 0x50, 0x5b, 0xe6, 0xb5,
0x23, 0x1c, 0xf3, 0xb6, 0xe0, 0x87, 0x70, 0x69, 0x4f, 0x6f, 0xd7, 0xf6, 0x9f, 0xb8, 0x55, 0x1b,
0xa4, 0xdb, 0xae, 0x8e, 0xe4, 0x0e, 0x2e, 0x36, 0x71, 0x56, 0xa2, 0x5a, 0x86, 0x1d, 0xfd, 0xda,
0xa2, 0x2f, 0x24, 0x4f, 0x8b, 0x6f, 0x8b, 0x2c, 0x4d, 0x30, 0x34, 0xa6, 0x37, 0x67, 0xaf, 0x7b,
0xfe, 0x3b, 0x18, 0x1f, 0x2c, 0xc5, 0x11, 0xec, 0x13, 0x1b, 0xeb, 0xd8, 0xe5, 0x5f, 0xc1, 0xb5,
0xba, 0x73, 0x92, 0x44, 0x6f, 0x61, 0xd4, 0x9e, 0xe4, 0x7f, 0x05, 0x5a, 0xc2, 0xe3, 0x23, 0x63,
0x3b, 0x45, 0xb0, 0xd5, 0x40, 0xff, 0xd1, 0xaf, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x1a,
0xd9, 0xaa, 0x3d, 0x04, 0x00, 0x00,
}