forked from jfeng45/grpcservice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcacheJin.pb.go
448 lines (396 loc) · 14.2 KB
/
cacheJin.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: cacheJin.proto
package grpcservice
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import (
context "golang.org/x/net/context"
grpc "google.golang.org/grpc"
)
// 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.ProtoPackageIsVersion2 // please upgrade the proto package
type DumpReq struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DumpReq) Reset() { *m = DumpReq{} }
func (m *DumpReq) String() string { return proto.CompactTextString(m) }
func (*DumpReq) ProtoMessage() {}
func (*DumpReq) Descriptor() ([]byte, []int) {
return fileDescriptor_cacheJin_e6f7299069e2b445, []int{0}
}
func (m *DumpReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DumpReq.Unmarshal(m, b)
}
func (m *DumpReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DumpReq.Marshal(b, m, deterministic)
}
func (dst *DumpReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_DumpReq.Merge(dst, src)
}
func (m *DumpReq) XXX_Size() int {
return xxx_messageInfo_DumpReq.Size(m)
}
func (m *DumpReq) XXX_DiscardUnknown() {
xxx_messageInfo_DumpReq.DiscardUnknown(m)
}
var xxx_messageInfo_DumpReq proto.InternalMessageInfo
type DumpItem struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Val []byte `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DumpItem) Reset() { *m = DumpItem{} }
func (m *DumpItem) String() string { return proto.CompactTextString(m) }
func (*DumpItem) ProtoMessage() {}
func (*DumpItem) Descriptor() ([]byte, []int) {
return fileDescriptor_cacheJin_e6f7299069e2b445, []int{1}
}
func (m *DumpItem) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DumpItem.Unmarshal(m, b)
}
func (m *DumpItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DumpItem.Marshal(b, m, deterministic)
}
func (dst *DumpItem) XXX_Merge(src proto.Message) {
xxx_messageInfo_DumpItem.Merge(dst, src)
}
func (m *DumpItem) XXX_Size() int {
return xxx_messageInfo_DumpItem.Size(m)
}
func (m *DumpItem) XXX_DiscardUnknown() {
xxx_messageInfo_DumpItem.DiscardUnknown(m)
}
var xxx_messageInfo_DumpItem proto.InternalMessageInfo
func (m *DumpItem) GetKey() string {
if m != nil {
return m.Key
}
return ""
}
func (m *DumpItem) GetVal() []byte {
if m != nil {
return m.Val
}
return nil
}
type StoreReq struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *StoreReq) Reset() { *m = StoreReq{} }
func (m *StoreReq) String() string { return proto.CompactTextString(m) }
func (*StoreReq) ProtoMessage() {}
func (*StoreReq) Descriptor() ([]byte, []int) {
return fileDescriptor_cacheJin_e6f7299069e2b445, []int{2}
}
func (m *StoreReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_StoreReq.Unmarshal(m, b)
}
func (m *StoreReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_StoreReq.Marshal(b, m, deterministic)
}
func (dst *StoreReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_StoreReq.Merge(dst, src)
}
func (m *StoreReq) XXX_Size() int {
return xxx_messageInfo_StoreReq.Size(m)
}
func (m *StoreReq) XXX_DiscardUnknown() {
xxx_messageInfo_StoreReq.DiscardUnknown(m)
}
var xxx_messageInfo_StoreReq proto.InternalMessageInfo
func (m *StoreReq) GetKey() string {
if m != nil {
return m.Key
}
return ""
}
func (m *StoreReq) GetValue() []byte {
if m != nil {
return m.Value
}
return nil
}
type StoreResp struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *StoreResp) Reset() { *m = StoreResp{} }
func (m *StoreResp) String() string { return proto.CompactTextString(m) }
func (*StoreResp) ProtoMessage() {}
func (*StoreResp) Descriptor() ([]byte, []int) {
return fileDescriptor_cacheJin_e6f7299069e2b445, []int{3}
}
func (m *StoreResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_StoreResp.Unmarshal(m, b)
}
func (m *StoreResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_StoreResp.Marshal(b, m, deterministic)
}
func (dst *StoreResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_StoreResp.Merge(dst, src)
}
func (m *StoreResp) XXX_Size() int {
return xxx_messageInfo_StoreResp.Size(m)
}
func (m *StoreResp) XXX_DiscardUnknown() {
xxx_messageInfo_StoreResp.DiscardUnknown(m)
}
var xxx_messageInfo_StoreResp proto.InternalMessageInfo
type GetReq struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetReq) Reset() { *m = GetReq{} }
func (m *GetReq) String() string { return proto.CompactTextString(m) }
func (*GetReq) ProtoMessage() {}
func (*GetReq) Descriptor() ([]byte, []int) {
return fileDescriptor_cacheJin_e6f7299069e2b445, []int{4}
}
func (m *GetReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetReq.Unmarshal(m, b)
}
func (m *GetReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetReq.Marshal(b, m, deterministic)
}
func (dst *GetReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetReq.Merge(dst, src)
}
func (m *GetReq) XXX_Size() int {
return xxx_messageInfo_GetReq.Size(m)
}
func (m *GetReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetReq proto.InternalMessageInfo
func (m *GetReq) GetKey() string {
if m != nil {
return m.Key
}
return ""
}
type GetResp struct {
Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetResp) Reset() { *m = GetResp{} }
func (m *GetResp) String() string { return proto.CompactTextString(m) }
func (*GetResp) ProtoMessage() {}
func (*GetResp) Descriptor() ([]byte, []int) {
return fileDescriptor_cacheJin_e6f7299069e2b445, []int{5}
}
func (m *GetResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetResp.Unmarshal(m, b)
}
func (m *GetResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetResp.Marshal(b, m, deterministic)
}
func (dst *GetResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetResp.Merge(dst, src)
}
func (m *GetResp) XXX_Size() int {
return xxx_messageInfo_GetResp.Size(m)
}
func (m *GetResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetResp proto.InternalMessageInfo
func (m *GetResp) GetValue() []byte {
if m != nil {
return m.Value
}
return nil
}
func init() {
proto.RegisterType((*DumpReq)(nil), "grpc1.DumpReq")
proto.RegisterType((*DumpItem)(nil), "grpc1.DumpItem")
proto.RegisterType((*StoreReq)(nil), "grpc1.StoreReq")
proto.RegisterType((*StoreResp)(nil), "grpc1.StoreResp")
proto.RegisterType((*GetReq)(nil), "grpc1.GetReq")
proto.RegisterType((*GetResp)(nil), "grpc1.GetResp")
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4
// CacheServiceClient is the client API for CacheService service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type CacheServiceClient interface {
Store(ctx context.Context, in *StoreReq, opts ...grpc.CallOption) (*StoreResp, error)
Get(ctx context.Context, in *GetReq, opts ...grpc.CallOption) (*GetResp, error)
Dump(ctx context.Context, in *DumpReq, opts ...grpc.CallOption) (CacheService_DumpClient, error)
}
type cacheServiceClient struct {
cc *grpc.ClientConn
}
func NewCacheServiceClient(cc *grpc.ClientConn) CacheServiceClient {
return &cacheServiceClient{cc}
}
func (c *cacheServiceClient) Store(ctx context.Context, in *StoreReq, opts ...grpc.CallOption) (*StoreResp, error) {
out := new(StoreResp)
err := c.cc.Invoke(ctx, "/grpc1.CacheService/Store", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *cacheServiceClient) Get(ctx context.Context, in *GetReq, opts ...grpc.CallOption) (*GetResp, error) {
out := new(GetResp)
err := c.cc.Invoke(ctx, "/grpc1.CacheService/Get", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *cacheServiceClient) Dump(ctx context.Context, in *DumpReq, opts ...grpc.CallOption) (CacheService_DumpClient, error) {
stream, err := c.cc.NewStream(ctx, &_CacheService_serviceDesc.Streams[0], "/grpc1.CacheService/Dump", opts...)
if err != nil {
return nil, err
}
x := &cacheServiceDumpClient{stream}
if err := x.ClientStream.SendMsg(in); err != nil {
return nil, err
}
if err := x.ClientStream.CloseSend(); err != nil {
return nil, err
}
return x, nil
}
type CacheService_DumpClient interface {
Recv() (*DumpItem, error)
grpc.ClientStream
}
type cacheServiceDumpClient struct {
grpc.ClientStream
}
func (x *cacheServiceDumpClient) Recv() (*DumpItem, error) {
m := new(DumpItem)
if err := x.ClientStream.RecvMsg(m); err != nil {
return nil, err
}
return m, nil
}
// CacheServiceServer is the server API for CacheService service.
type CacheServiceServer interface {
Store(context.Context, *StoreReq) (*StoreResp, error)
Get(context.Context, *GetReq) (*GetResp, error)
Dump(*DumpReq, CacheService_DumpServer) error
}
func RegisterCacheServiceServer(s *grpc.Server, srv CacheServiceServer) {
s.RegisterService(&_CacheService_serviceDesc, srv)
}
func _CacheService_Store_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(StoreReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(CacheServiceServer).Store(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/grpc1.CacheService/Store",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(CacheServiceServer).Store(ctx, req.(*StoreReq))
}
return interceptor(ctx, in, info, handler)
}
func _CacheService_Get_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(CacheServiceServer).Get(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/grpc1.CacheService/Get",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(CacheServiceServer).Get(ctx, req.(*GetReq))
}
return interceptor(ctx, in, info, handler)
}
func _CacheService_Dump_Handler(srv interface{}, stream grpc.ServerStream) error {
m := new(DumpReq)
if err := stream.RecvMsg(m); err != nil {
return err
}
return srv.(CacheServiceServer).Dump(m, &cacheServiceDumpServer{stream})
}
type CacheService_DumpServer interface {
Send(*DumpItem) error
grpc.ServerStream
}
type cacheServiceDumpServer struct {
grpc.ServerStream
}
func (x *cacheServiceDumpServer) Send(m *DumpItem) error {
return x.ServerStream.SendMsg(m)
}
var _CacheService_serviceDesc = grpc.ServiceDesc{
ServiceName: "grpc1.CacheService",
HandlerType: (*CacheServiceServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "Store",
Handler: _CacheService_Store_Handler,
},
{
MethodName: "Get",
Handler: _CacheService_Get_Handler,
},
},
Streams: []grpc.StreamDesc{
{
StreamName: "Dump",
Handler: _CacheService_Dump_Handler,
ServerStreams: true,
},
},
Metadata: "cacheJin.proto",
}
func init() { proto.RegisterFile("cacheJin.proto", fileDescriptor_cacheJin_e6f7299069e2b445) }
var fileDescriptor_cacheJin_e6f7299069e2b445 = []byte{
// 237 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4b, 0x4e, 0x4c, 0xce,
0x48, 0xf5, 0xca, 0xcc, 0xd3, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4d, 0x2f, 0x2a, 0x48,
0x36, 0x54, 0xe2, 0xe4, 0x62, 0x77, 0x29, 0xcd, 0x2d, 0x08, 0x4a, 0x2d, 0x54, 0xd2, 0xe3, 0xe2,
0x00, 0x31, 0x3d, 0x4b, 0x52, 0x73, 0x85, 0x04, 0xb8, 0x98, 0xb3, 0x53, 0x2b, 0x25, 0x18, 0x15,
0x18, 0x35, 0x38, 0x83, 0x40, 0x4c, 0x90, 0x48, 0x59, 0x62, 0x8e, 0x04, 0x93, 0x02, 0xa3, 0x06,
0x4f, 0x10, 0x88, 0xa9, 0x64, 0xc4, 0xc5, 0x11, 0x5c, 0x92, 0x5f, 0x94, 0x1a, 0x94, 0x5a, 0x88,
0x45, 0xbd, 0x08, 0x17, 0x6b, 0x59, 0x62, 0x4e, 0x69, 0x2a, 0x54, 0x07, 0x84, 0xa3, 0xc4, 0xcd,
0xc5, 0x09, 0xd5, 0x53, 0x5c, 0xa0, 0x24, 0xc5, 0xc5, 0xe6, 0x9e, 0x5a, 0x82, 0x55, 0xbb, 0x92,
0x3c, 0x17, 0x3b, 0x58, 0xae, 0xb8, 0x00, 0x61, 0x12, 0x23, 0x92, 0x49, 0x46, 0x13, 0x19, 0xb9,
0x78, 0x9c, 0x41, 0x5e, 0x0a, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0x15, 0xd2, 0xe1, 0x62, 0x05,
0x1b, 0x2d, 0xc4, 0xaf, 0x07, 0xf6, 0x9a, 0x1e, 0xcc, 0x71, 0x52, 0x02, 0xa8, 0x02, 0xc5, 0x05,
0x4a, 0x0c, 0x42, 0x6a, 0x5c, 0xcc, 0xee, 0xa9, 0x25, 0x42, 0xbc, 0x50, 0x29, 0x88, 0x3b, 0xa4,
0xf8, 0x90, 0xb9, 0x60, 0x75, 0xda, 0x5c, 0x2c, 0xa0, 0x40, 0x11, 0x82, 0xc9, 0x40, 0x03, 0x4b,
0x8a, 0x1f, 0x89, 0x0f, 0x0a, 0x31, 0x25, 0x06, 0x03, 0xc6, 0x24, 0x36, 0x70, 0xd0, 0x1a, 0x03,
0x02, 0x00, 0x00, 0xff, 0xff, 0x4e, 0xf0, 0x5b, 0xe9, 0x6c, 0x01, 0x00, 0x00,
}