forked from TykTechnologies/tyk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoprocess_return_overrides.pb.go
101 lines (86 loc) · 4.11 KB
/
coprocess_return_overrides.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
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: coprocess_return_overrides.proto
package coprocess
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type ReturnOverrides struct {
ResponseCode int32 `protobuf:"varint,1,opt,name=response_code,json=responseCode,proto3" json:"response_code,omitempty"`
ResponseError string `protobuf:"bytes,2,opt,name=response_error,json=responseError,proto3" json:"response_error,omitempty"`
Headers map[string]string `protobuf:"bytes,3,rep,name=headers,proto3" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ReturnOverrides) Reset() { *m = ReturnOverrides{} }
func (m *ReturnOverrides) String() string { return proto.CompactTextString(m) }
func (*ReturnOverrides) ProtoMessage() {}
func (*ReturnOverrides) Descriptor() ([]byte, []int) {
return fileDescriptor_7c6abd8ea4a81548, []int{0}
}
func (m *ReturnOverrides) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReturnOverrides.Unmarshal(m, b)
}
func (m *ReturnOverrides) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReturnOverrides.Marshal(b, m, deterministic)
}
func (m *ReturnOverrides) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReturnOverrides.Merge(m, src)
}
func (m *ReturnOverrides) XXX_Size() int {
return xxx_messageInfo_ReturnOverrides.Size(m)
}
func (m *ReturnOverrides) XXX_DiscardUnknown() {
xxx_messageInfo_ReturnOverrides.DiscardUnknown(m)
}
var xxx_messageInfo_ReturnOverrides proto.InternalMessageInfo
func (m *ReturnOverrides) GetResponseCode() int32 {
if m != nil {
return m.ResponseCode
}
return 0
}
func (m *ReturnOverrides) GetResponseError() string {
if m != nil {
return m.ResponseError
}
return ""
}
func (m *ReturnOverrides) GetHeaders() map[string]string {
if m != nil {
return m.Headers
}
return nil
}
func init() {
proto.RegisterType((*ReturnOverrides)(nil), "coprocess.ReturnOverrides")
proto.RegisterMapType((map[string]string)(nil), "coprocess.ReturnOverrides.HeadersEntry")
}
func init() { proto.RegisterFile("coprocess_return_overrides.proto", fileDescriptor_7c6abd8ea4a81548) }
var fileDescriptor_7c6abd8ea4a81548 = []byte{
// 206 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0xce, 0x2f, 0x28,
0xca, 0x4f, 0x4e, 0x2d, 0x2e, 0x8e, 0x2f, 0x4a, 0x2d, 0x29, 0x2d, 0xca, 0x8b, 0xcf, 0x2f, 0x4b,
0x2d, 0x2a, 0xca, 0x4c, 0x49, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x84, 0xab,
0x50, 0xba, 0xc3, 0xc8, 0xc5, 0x1f, 0x04, 0x56, 0xe5, 0x0f, 0x53, 0x24, 0xa4, 0xcc, 0xc5, 0x5b,
0x94, 0x5a, 0x5c, 0x90, 0x9f, 0x57, 0x9c, 0x1a, 0x9f, 0x9c, 0x9f, 0x92, 0x2a, 0xc1, 0xa8, 0xc0,
0xa8, 0xc1, 0x1a, 0xc4, 0x03, 0x13, 0x74, 0xce, 0x4f, 0x49, 0x15, 0x52, 0xe5, 0xe2, 0x83, 0x2b,
0x4a, 0x2d, 0x2a, 0xca, 0x2f, 0x92, 0x60, 0x52, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x6b, 0x75, 0x05,
0x09, 0x0a, 0x39, 0x72, 0xb1, 0x67, 0xa4, 0x26, 0xa6, 0xa4, 0x16, 0x15, 0x4b, 0x30, 0x2b, 0x30,
0x6b, 0x70, 0x1b, 0xa9, 0xeb, 0xc1, 0x2d, 0xd7, 0x43, 0xb3, 0x58, 0xcf, 0x03, 0xa2, 0xd2, 0x35,
0xaf, 0xa4, 0xa8, 0x32, 0x08, 0xa6, 0x4f, 0xca, 0x8a, 0x8b, 0x07, 0x59, 0x42, 0x48, 0x80, 0x8b,
0x39, 0x3b, 0xb5, 0x12, 0xec, 0x28, 0xce, 0x20, 0x10, 0x53, 0x48, 0x84, 0x8b, 0xb5, 0x2c, 0x31,
0xa7, 0x34, 0x15, 0xea, 0x04, 0x08, 0xc7, 0x8a, 0xc9, 0x82, 0x31, 0x89, 0x0d, 0xec, 0x61, 0x63,
0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x37, 0xa0, 0x22, 0x14, 0x01, 0x00, 0x00,
}