looprpc: move client+server protos to new looprpc package

pull/2/head
Olaoluwa Osuntokun 5 years ago
parent a770e3d7c1
commit ba1f427cf4
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -1,5 +1,5 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// source: swapclient.proto // source: client.proto
package rpc package rpc
@ -41,7 +41,7 @@ func (x SwapType) String() string {
return proto.EnumName(SwapType_name, int32(x)) return proto.EnumName(SwapType_name, int32(x))
} }
func (SwapType) EnumDescriptor() ([]byte, []int) { func (SwapType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{0} return fileDescriptor_client_72cc8471063847a6, []int{0}
} }
type SwapState int32 type SwapState int32
@ -86,7 +86,7 @@ func (x SwapState) String() string {
return proto.EnumName(SwapState_name, int32(x)) return proto.EnumName(SwapState_name, int32(x))
} }
func (SwapState) EnumDescriptor() ([]byte, []int) { func (SwapState) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{1} return fileDescriptor_client_72cc8471063847a6, []int{1}
} }
type UnchargeRequest struct { type UnchargeRequest struct {
@ -145,7 +145,7 @@ func (m *UnchargeRequest) Reset() { *m = UnchargeRequest{} }
func (m *UnchargeRequest) String() string { return proto.CompactTextString(m) } func (m *UnchargeRequest) String() string { return proto.CompactTextString(m) }
func (*UnchargeRequest) ProtoMessage() {} func (*UnchargeRequest) ProtoMessage() {}
func (*UnchargeRequest) Descriptor() ([]byte, []int) { func (*UnchargeRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{0} return fileDescriptor_client_72cc8471063847a6, []int{0}
} }
func (m *UnchargeRequest) XXX_Unmarshal(b []byte) error { func (m *UnchargeRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UnchargeRequest.Unmarshal(m, b) return xxx_messageInfo_UnchargeRequest.Unmarshal(m, b)
@ -235,7 +235,7 @@ func (m *SwapResponse) Reset() { *m = SwapResponse{} }
func (m *SwapResponse) String() string { return proto.CompactTextString(m) } func (m *SwapResponse) String() string { return proto.CompactTextString(m) }
func (*SwapResponse) ProtoMessage() {} func (*SwapResponse) ProtoMessage() {}
func (*SwapResponse) Descriptor() ([]byte, []int) { func (*SwapResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{1} return fileDescriptor_client_72cc8471063847a6, []int{1}
} }
func (m *SwapResponse) XXX_Unmarshal(b []byte) error { func (m *SwapResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SwapResponse.Unmarshal(m, b) return xxx_messageInfo_SwapResponse.Unmarshal(m, b)
@ -272,7 +272,7 @@ func (m *MonitorRequest) Reset() { *m = MonitorRequest{} }
func (m *MonitorRequest) String() string { return proto.CompactTextString(m) } func (m *MonitorRequest) String() string { return proto.CompactTextString(m) }
func (*MonitorRequest) ProtoMessage() {} func (*MonitorRequest) ProtoMessage() {}
func (*MonitorRequest) Descriptor() ([]byte, []int) { func (*MonitorRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{2} return fileDescriptor_client_72cc8471063847a6, []int{2}
} }
func (m *MonitorRequest) XXX_Unmarshal(b []byte) error { func (m *MonitorRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MonitorRequest.Unmarshal(m, b) return xxx_messageInfo_MonitorRequest.Unmarshal(m, b)
@ -325,7 +325,7 @@ func (m *SwapStatus) Reset() { *m = SwapStatus{} }
func (m *SwapStatus) String() string { return proto.CompactTextString(m) } func (m *SwapStatus) String() string { return proto.CompactTextString(m) }
func (*SwapStatus) ProtoMessage() {} func (*SwapStatus) ProtoMessage() {}
func (*SwapStatus) Descriptor() ([]byte, []int) { func (*SwapStatus) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{3} return fileDescriptor_client_72cc8471063847a6, []int{3}
} }
func (m *SwapStatus) XXX_Unmarshal(b []byte) error { func (m *SwapStatus) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SwapStatus.Unmarshal(m, b) return xxx_messageInfo_SwapStatus.Unmarshal(m, b)
@ -404,7 +404,7 @@ func (m *TermsRequest) Reset() { *m = TermsRequest{} }
func (m *TermsRequest) String() string { return proto.CompactTextString(m) } func (m *TermsRequest) String() string { return proto.CompactTextString(m) }
func (*TermsRequest) ProtoMessage() {} func (*TermsRequest) ProtoMessage() {}
func (*TermsRequest) Descriptor() ([]byte, []int) { func (*TermsRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{4} return fileDescriptor_client_72cc8471063847a6, []int{4}
} }
func (m *TermsRequest) XXX_Unmarshal(b []byte) error { func (m *TermsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TermsRequest.Unmarshal(m, b) return xxx_messageInfo_TermsRequest.Unmarshal(m, b)
@ -459,7 +459,7 @@ func (m *TermsResponse) Reset() { *m = TermsResponse{} }
func (m *TermsResponse) String() string { return proto.CompactTextString(m) } func (m *TermsResponse) String() string { return proto.CompactTextString(m) }
func (*TermsResponse) ProtoMessage() {} func (*TermsResponse) ProtoMessage() {}
func (*TermsResponse) Descriptor() ([]byte, []int) { func (*TermsResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{5} return fileDescriptor_client_72cc8471063847a6, []int{5}
} }
func (m *TermsResponse) XXX_Unmarshal(b []byte) error { func (m *TermsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TermsResponse.Unmarshal(m, b) return xxx_messageInfo_TermsResponse.Unmarshal(m, b)
@ -548,7 +548,7 @@ func (m *QuoteRequest) Reset() { *m = QuoteRequest{} }
func (m *QuoteRequest) String() string { return proto.CompactTextString(m) } func (m *QuoteRequest) String() string { return proto.CompactTextString(m) }
func (*QuoteRequest) ProtoMessage() {} func (*QuoteRequest) ProtoMessage() {}
func (*QuoteRequest) Descriptor() ([]byte, []int) { func (*QuoteRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{6} return fileDescriptor_client_72cc8471063847a6, []int{6}
} }
func (m *QuoteRequest) XXX_Unmarshal(b []byte) error { func (m *QuoteRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QuoteRequest.Unmarshal(m, b) return xxx_messageInfo_QuoteRequest.Unmarshal(m, b)
@ -596,7 +596,7 @@ func (m *QuoteResponse) Reset() { *m = QuoteResponse{} }
func (m *QuoteResponse) String() string { return proto.CompactTextString(m) } func (m *QuoteResponse) String() string { return proto.CompactTextString(m) }
func (*QuoteResponse) ProtoMessage() {} func (*QuoteResponse) ProtoMessage() {}
func (*QuoteResponse) Descriptor() ([]byte, []int) { func (*QuoteResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_swapclient_d9c5a6779b6644af, []int{7} return fileDescriptor_client_72cc8471063847a6, []int{7}
} }
func (m *QuoteResponse) XXX_Unmarshal(b []byte) error { func (m *QuoteResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QuoteResponse.Unmarshal(m, b) return xxx_messageInfo_QuoteResponse.Unmarshal(m, b)
@ -868,58 +868,58 @@ var _SwapClient_serviceDesc = grpc.ServiceDesc{
ServerStreams: true, ServerStreams: true,
}, },
}, },
Metadata: "swapclient.proto", Metadata: "client.proto",
} }
func init() { proto.RegisterFile("swapclient.proto", fileDescriptor_swapclient_d9c5a6779b6644af) } func init() { proto.RegisterFile("client.proto", fileDescriptor_client_72cc8471063847a6) }
var fileDescriptor_swapclient_d9c5a6779b6644af = []byte{ var fileDescriptor_client_72cc8471063847a6 = []byte{
// 744 bytes of a gzipped FileDescriptorProto // 742 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x54, 0x5d, 0x4f, 0xe3, 0x46, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x54, 0x4d, 0x4f, 0xdb, 0x4a,
0x14, 0x25, 0xdf, 0xf1, 0x4d, 0xe2, 0x38, 0x03, 0xad, 0x02, 0x15, 0x55, 0xb0, 0x50, 0x9b, 0xf2, 0x14, 0x25, 0xdf, 0xf1, 0x8d, 0xe3, 0x38, 0x03, 0xef, 0x29, 0xf0, 0xc4, 0x53, 0xb0, 0xd0, 0x7b,
0x40, 0x5b, 0x78, 0xea, 0xa3, 0x9b, 0x18, 0x9a, 0x6a, 0x41, 0xec, 0x24, 0xd9, 0x57, 0x6b, 0x48, 0x29, 0x0b, 0xda, 0xc2, 0xaa, 0x4b, 0x37, 0x31, 0x34, 0x55, 0x41, 0x74, 0x92, 0x74, 0x6b, 0x0d,
0x06, 0xb0, 0x94, 0xb1, 0xbd, 0x9e, 0x31, 0x24, 0xff, 0x69, 0x1f, 0xf7, 0x57, 0xad, 0xb4, 0xff, 0xc9, 0x00, 0x96, 0x32, 0xb6, 0x6b, 0x8f, 0x21, 0xf9, 0x4f, 0x5d, 0xf6, 0x57, 0x55, 0xea, 0x7f,
0x61, 0x35, 0x1f, 0x36, 0x09, 0xda, 0x7d, 0xb3, 0xce, 0x3d, 0xf7, 0x8c, 0xef, 0x99, 0x73, 0x07, 0xa8, 0xe6, 0xc3, 0x26, 0x41, 0xed, 0xce, 0x3a, 0xf7, 0xdc, 0x33, 0xbe, 0x67, 0xce, 0x1d, 0x30,
0x1c, 0xfe, 0x42, 0x92, 0xc5, 0x2a, 0xa4, 0x91, 0x38, 0x4f, 0xd2, 0x58, 0xc4, 0xa8, 0x92, 0x26, 0xe7, 0xcb, 0x80, 0x86, 0xfc, 0x34, 0x4e, 0x22, 0x1e, 0xa1, 0x4a, 0x12, 0xcf, 0x9d, 0xef, 0x65,
0x0b, 0xf7, 0x73, 0x19, 0xba, 0xf3, 0x68, 0xf1, 0x44, 0xd2, 0x47, 0x8a, 0xe9, 0xc7, 0x8c, 0x72, 0xe8, 0xcc, 0xc2, 0xf9, 0x03, 0x49, 0xee, 0x29, 0xa6, 0x5f, 0x33, 0x9a, 0x72, 0x64, 0x43, 0x85,
0x81, 0x1c, 0xa8, 0x10, 0x26, 0xfa, 0xa5, 0x41, 0x69, 0x58, 0xc1, 0xf2, 0x13, 0x21, 0xa8, 0x2e, 0x30, 0xde, 0x2b, 0xf5, 0x4b, 0x83, 0x0a, 0x16, 0x9f, 0x08, 0x41, 0x75, 0x41, 0x53, 0xde, 0x2b,
0x29, 0x17, 0xfd, 0xf2, 0xa0, 0x34, 0xb4, 0xb0, 0xfa, 0x46, 0x7f, 0xc2, 0x01, 0x23, 0xeb, 0x40, 0xf7, 0x4b, 0x03, 0x03, 0xcb, 0x6f, 0xf4, 0x1a, 0xf6, 0x18, 0x59, 0xf9, 0xe9, 0x13, 0x89, 0xfd,
0xca, 0x06, 0x69, 0x9c, 0x89, 0x30, 0x7a, 0x0c, 0x1e, 0x28, 0xed, 0x57, 0x54, 0x5b, 0x8f, 0x91, 0x24, 0xca, 0x78, 0x10, 0xde, 0xfb, 0x77, 0x94, 0xf6, 0x2a, 0xb2, 0xad, 0xcb, 0xc8, 0x6a, 0xf2,
0xf5, 0xf4, 0x85, 0x24, 0x58, 0x57, 0xae, 0x28, 0x45, 0x97, 0xf0, 0xb3, 0x6c, 0x48, 0x52, 0x9a, 0x44, 0x62, 0xac, 0x2a, 0x17, 0x94, 0xa2, 0x73, 0xf8, 0x5b, 0x34, 0xc4, 0x09, 0x8d, 0xc9, 0x7a,
0x90, 0xcd, 0x4e, 0x4b, 0x55, 0xb5, 0xec, 0x33, 0xb2, 0xbe, 0x53, 0xc5, 0xad, 0xa6, 0x01, 0xb4, 0xab, 0xa5, 0x2a, 0x5b, 0x76, 0x19, 0x59, 0xdd, 0xc8, 0xe2, 0x46, 0x53, 0x1f, 0xcc, 0xe2, 0x14,
0x8b, 0x53, 0x24, 0xb5, 0xa6, 0xa8, 0x60, 0xd4, 0x25, 0xe3, 0x14, 0xec, 0x2d, 0x59, 0xf9, 0xe3, 0x41, 0xad, 0x49, 0x2a, 0x68, 0x75, 0xc1, 0x38, 0x06, 0x6b, 0x43, 0x56, 0xfc, 0x78, 0x5d, 0x72,
0x75, 0xc5, 0x69, 0x17, 0x72, 0x1e, 0x13, 0xc8, 0x85, 0x8e, 0x64, 0xb1, 0x30, 0xa2, 0xa9, 0x12, 0xcc, 0x42, 0xce, 0x65, 0x1c, 0x39, 0xd0, 0x16, 0x2c, 0x16, 0x84, 0x34, 0x91, 0x42, 0x0d, 0x49,
0x6a, 0x28, 0x52, 0x8b, 0x91, 0xf5, 0x8d, 0xc4, 0xa4, 0xd2, 0x1f, 0xe0, 0x64, 0xc6, 0x8a, 0x60, 0x6a, 0x31, 0xb2, 0xba, 0x12, 0x98, 0x50, 0x7a, 0x05, 0x76, 0xa6, 0xad, 0xf0, 0xe7, 0x0f, 0x24,
0xf1, 0x44, 0xa2, 0x88, 0xae, 0xfa, 0xcd, 0x41, 0x69, 0x58, 0xc5, 0xdd, 0x1c, 0x1f, 0x69, 0xd8, 0x0c, 0xe9, 0xb2, 0xd7, 0xec, 0x97, 0x06, 0x55, 0xdc, 0xc9, 0xf1, 0xa1, 0x82, 0x9d, 0x7f, 0xc1,
0xfd, 0x15, 0xda, 0x6a, 0x3a, 0xca, 0x93, 0x38, 0xe2, 0x14, 0xd9, 0x50, 0x0e, 0x97, 0xca, 0x31, 0x94, 0xd3, 0xd1, 0x34, 0x8e, 0xc2, 0x94, 0x22, 0x0b, 0xca, 0xc1, 0x42, 0x3a, 0x66, 0xe0, 0x72,
0x0b, 0x97, 0xc3, 0xa5, 0xeb, 0x80, 0x7d, 0x13, 0x47, 0xa1, 0x88, 0x53, 0x63, 0xaa, 0xfb, 0xb5, 0xb0, 0x70, 0x6c, 0xb0, 0xae, 0xa2, 0x30, 0xe0, 0x51, 0xa2, 0x4d, 0x75, 0x7e, 0x96, 0x00, 0x44,
0x04, 0x20, 0x5b, 0xa6, 0x82, 0x88, 0x8c, 0x7f, 0xc7, 0x63, 0x2d, 0x51, 0xce, 0x25, 0xd0, 0x09, 0xcb, 0x84, 0x13, 0x9e, 0xa5, 0xbf, 0xf1, 0x58, 0x49, 0x94, 0x73, 0x09, 0x74, 0x04, 0x55, 0xbe,
0x54, 0xc5, 0x26, 0xd1, 0x7e, 0xda, 0x17, 0x9d, 0xf3, 0x34, 0x59, 0x9c, 0x4b, 0x81, 0xd9, 0x26, 0x8e, 0x95, 0x9f, 0xd6, 0x59, 0xfb, 0x34, 0x89, 0xe7, 0xa7, 0x42, 0x60, 0xba, 0x8e, 0x29, 0x96,
0xa1, 0x58, 0x95, 0xd0, 0x29, 0xd4, 0xb8, 0x20, 0x42, 0x1b, 0x68, 0x5f, 0xd8, 0x05, 0x47, 0x1e, 0x25, 0x74, 0x0c, 0xb5, 0x94, 0x13, 0xae, 0x0c, 0xb4, 0xce, 0xac, 0x82, 0x23, 0x0e, 0xa1, 0x58,
0x42, 0xb1, 0x2e, 0xa2, 0xdf, 0xa1, 0x1b, 0x46, 0xa1, 0x08, 0x89, 0x08, 0xe3, 0x28, 0x10, 0x21, 0x15, 0xd1, 0xff, 0xd0, 0x09, 0xc2, 0x80, 0x07, 0x84, 0x07, 0x51, 0xe8, 0xf3, 0x80, 0xe5, 0x2e,
0xcb, 0x5d, 0xb4, 0x5f, 0xe1, 0x59, 0xc8, 0x28, 0x1a, 0x82, 0xb3, 0x22, 0x5c, 0x04, 0x59, 0xb2, 0x5a, 0xcf, 0xf0, 0x34, 0x60, 0x14, 0x0d, 0xc0, 0x5e, 0x92, 0x94, 0xfb, 0x59, 0xbc, 0x20, 0x9c,
0x24, 0x82, 0x6a, 0xa6, 0xf6, 0xd2, 0x96, 0xf8, 0x5c, 0xc1, 0x8a, 0x79, 0x02, 0xed, 0x27, 0xb1, 0x2a, 0xa6, 0xf2, 0xd2, 0x12, 0xf8, 0x4c, 0xc2, 0x92, 0x79, 0x04, 0xe6, 0x03, 0x5f, 0xce, 0x7d,
0x5a, 0x04, 0x64, 0xb9, 0x4c, 0x29, 0xe7, 0xca, 0x4c, 0x0b, 0xb7, 0x24, 0xe6, 0x69, 0xc8, 0xb5, 0xb2, 0x58, 0x24, 0x34, 0x4d, 0xa5, 0x99, 0x06, 0x6e, 0x09, 0xcc, 0x55, 0x90, 0x63, 0x81, 0x39,
0xa1, 0x3d, 0xa3, 0x29, 0xe3, 0xf9, 0xfc, 0x9f, 0xca, 0xd0, 0x31, 0x80, 0xf1, 0xec, 0x0c, 0x7a, 0xa5, 0x09, 0x4b, 0xf3, 0xf9, 0xbf, 0x95, 0xa1, 0xad, 0x01, 0xed, 0xd9, 0x09, 0x74, 0xe5, 0xb5,
0xea, 0x5a, 0x13, 0xb2, 0x61, 0x34, 0x12, 0x81, 0x4a, 0x98, 0xb6, 0xb0, 0x2b, 0x0b, 0x77, 0x1a, 0xc6, 0x64, 0xcd, 0x68, 0xc8, 0x7d, 0x99, 0x30, 0x65, 0x61, 0x47, 0x14, 0x6e, 0x14, 0x3e, 0x12,
0x1f, 0xcb, 0xb0, 0xb9, 0xd0, 0xc9, 0x23, 0x10, 0xdc, 0x13, 0x4e, 0x95, 0x4f, 0x15, 0xdc, 0xe2, 0x61, 0x73, 0xa0, 0x9d, 0x47, 0xc0, 0xbf, 0x25, 0x29, 0x95, 0x3e, 0x55, 0x70, 0x2b, 0x55, 0x21,
0x3a, 0x04, 0xff, 0x12, 0x4e, 0x77, 0x38, 0xa9, 0x74, 0xa5, 0xb2, 0xc3, 0xc1, 0xd2, 0x8b, 0x63, 0x78, 0x4f, 0x52, 0xba, 0xc5, 0x49, 0x84, 0x2b, 0x95, 0x2d, 0x0e, 0x16, 0x5e, 0x1c, 0x02, 0x6c,
0x80, 0xad, 0xa0, 0xe8, 0xdc, 0x59, 0x49, 0x91, 0x92, 0xdf, 0xa0, 0xcb, 0xc2, 0x48, 0xa7, 0x8d, 0x04, 0x45, 0xe5, 0xce, 0x88, 0x8b, 0x94, 0xfc, 0x07, 0x1d, 0x16, 0x84, 0x2a, 0x6d, 0x84, 0x45,
0xb0, 0x38, 0x8b, 0x84, 0xb1, 0xaa, 0xc3, 0xc2, 0x48, 0x1a, 0xeb, 0x29, 0x50, 0xf1, 0xf2, 0x54, 0x59, 0xc8, 0xb5, 0x55, 0x6d, 0x16, 0x84, 0xc2, 0x58, 0x57, 0x82, 0x92, 0x97, 0xa7, 0x52, 0xf3,
0x1a, 0x5e, 0xdd, 0xf0, 0x74, 0x30, 0x0d, 0xef, 0x18, 0x60, 0xb1, 0x12, 0xcf, 0xc1, 0x92, 0xae, 0xea, 0x9a, 0xa7, 0x82, 0xa9, 0x79, 0x87, 0x00, 0xf3, 0x25, 0x7f, 0xf4, 0x17, 0x74, 0xc9, 0x89,
0x04, 0x51, 0x2e, 0xd5, 0xb0, 0x25, 0x91, 0xb1, 0x04, 0xd0, 0x21, 0x34, 0xa5, 0x8c, 0x04, 0x54, 0x74, 0xa9, 0x86, 0x0d, 0x81, 0x8c, 0x04, 0x80, 0xf6, 0xa1, 0x29, 0x64, 0x04, 0x20, 0x83, 0x56,
0xd0, 0x6a, 0xb8, 0xc1, 0xc8, 0x7a, 0xb4, 0x12, 0xcf, 0xee, 0x00, 0xda, 0xef, 0xb3, 0x58, 0xfc, 0xc3, 0x0d, 0x46, 0x56, 0xc3, 0x25, 0x7f, 0x74, 0xfa, 0x60, 0x7e, 0xce, 0x22, 0xfe, 0xe7, 0x9d,
0x78, 0x27, 0xdd, 0x07, 0xe8, 0x18, 0x86, 0xf1, 0xf3, 0x10, 0x9a, 0xc5, 0x9a, 0x68, 0x5e, 0xc3, 0x74, 0xee, 0xa0, 0xad, 0x19, 0xda, 0xcf, 0x7d, 0x68, 0x16, 0x6b, 0xa2, 0x78, 0x0d, 0x3d, 0xfa,
0x8c, 0xfe, 0x66, 0xec, 0xf2, 0xdb, 0xb1, 0x7f, 0x01, 0xeb, 0x75, 0x31, 0xb4, 0x6b, 0x4d, 0x66, 0x8b, 0xb1, 0xcb, 0x2f, 0xc7, 0xfe, 0x07, 0x8c, 0xe7, 0xc5, 0x50, 0xae, 0x35, 0x99, 0xde, 0x8a,
0xb6, 0xe2, 0xac, 0x0f, 0xcd, 0x3c, 0x76, 0xa8, 0x0d, 0xcd, 0xf9, 0xed, 0xe8, 0x3f, 0x0f, 0x5f, 0x93, 0x1e, 0x34, 0xf3, 0xd8, 0x21, 0x13, 0x9a, 0xb3, 0xeb, 0xe1, 0x07, 0x17, 0x5f, 0x7a, 0xf6,
0xfb, 0xce, 0xde, 0xd9, 0xff, 0x60, 0x15, 0x61, 0x43, 0x1d, 0xb0, 0x26, 0xb7, 0x93, 0xd9, 0xc4, 0xce, 0xc9, 0x47, 0x30, 0x8a, 0xb0, 0xa1, 0x36, 0x18, 0xe3, 0xeb, 0xf1, 0x74, 0xec, 0x4e, 0xbd,
0x9b, 0xf9, 0x63, 0x67, 0x0f, 0xfd, 0x04, 0xbd, 0x3b, 0xec, 0x4f, 0x6e, 0xbc, 0x6b, 0x3f, 0xc0, 0x91, 0xbd, 0x83, 0xfe, 0x82, 0xee, 0x0d, 0xf6, 0xc6, 0x57, 0xee, 0xa5, 0xe7, 0x63, 0xef, 0x8b,
0xfe, 0x07, 0xdf, 0x7b, 0xe7, 0x8f, 0x9d, 0x12, 0x6a, 0x41, 0x63, 0x3a, 0x1f, 0x8d, 0xfc, 0xe9, 0xe7, 0x7e, 0xf2, 0x46, 0x76, 0x09, 0xb5, 0xa0, 0x31, 0x99, 0x0d, 0x87, 0xde, 0x64, 0x62, 0x57,
0xd4, 0xa9, 0x20, 0x80, 0xfa, 0x95, 0x37, 0x91, 0x85, 0xea, 0xc5, 0x17, 0xb3, 0x1e, 0x23, 0xf5, 0x10, 0x40, 0xfd, 0xc2, 0x1d, 0x8b, 0x42, 0xf5, 0xec, 0x87, 0x5e, 0x8f, 0xa1, 0x7c, 0xa1, 0xd0,
0x42, 0xa1, 0x4b, 0x68, 0xe6, 0xaf, 0x12, 0x3a, 0x50, 0xb1, 0x7e, 0xf3, 0x48, 0x1d, 0xf5, 0x8a, 0x39, 0x34, 0xf3, 0x57, 0x09, 0xed, 0xc9, 0x58, 0xbf, 0x78, 0xa4, 0x0e, 0xba, 0x45, 0xd8, 0x0b,
0xb0, 0x17, 0x06, 0xfc, 0x0d, 0x0d, 0xb3, 0x74, 0x68, 0x5f, 0x55, 0x77, 0x57, 0xf0, 0xa8, 0xbb, 0x03, 0xde, 0x42, 0x43, 0x2f, 0x1d, 0xda, 0x95, 0xd5, 0xed, 0x15, 0x3c, 0xe8, 0x6c, 0xed, 0x47,
0xb3, 0x1f, 0x19, 0xff, 0xab, 0x84, 0xfe, 0x01, 0xe7, 0x9a, 0x8a, 0x5c, 0x5b, 0xe5, 0x13, 0x69, 0x96, 0xbe, 0x29, 0xa1, 0x77, 0x60, 0x5f, 0x52, 0x9e, 0x6b, 0xcb, 0x7c, 0x22, 0xa5, 0xbc, 0x19,
0xe5, 0xed, 0xf0, 0x1e, 0xa1, 0x6d, 0xc8, 0x9c, 0xb6, 0xdb, 0xaa, 0xae, 0xc2, 0xb4, 0x6e, 0x5f, 0xde, 0x03, 0xb4, 0x09, 0xe9, 0xd3, 0xb6, 0x5b, 0xe5, 0x55, 0xe8, 0xd6, 0xcd, 0x8b, 0xd3, 0xad,
0x9c, 0x69, 0xdd, 0xb9, 0xa9, 0xfb, 0xba, 0x7a, 0x80, 0x2f, 0xbf, 0x05, 0x00, 0x00, 0xff, 0xff, 0x5b, 0x37, 0x75, 0x5b, 0x97, 0x0f, 0xf0, 0xf9, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd1, 0xd5,
0x4d, 0x46, 0x11, 0xa8, 0x94, 0x05, 0x00, 0x00, 0xba, 0xca, 0x90, 0x05, 0x00, 0x00,
} }

@ -1,7 +1,13 @@
#!/bin/sh #!/bin/sh
# Generate the protos. # Generate the server protos.
protoc -I/usr/local/include -I.\ protoc -I/usr/local/include -I.\
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--go_out=plugins=grpc,paths=source_relative:. \ --go_out=plugins=grpc,paths=source_relative:. \
server.proto server.proto
# Generate the client protos.
protoc -I/usr/local/include -I. \
-I$GOPATH/src \
--go_out=plugins=grpc:. \
client.proto
Loading…
Cancel
Save