proto modify
This commit is contained in:
parent
e87f23cd22
commit
c8f59ea37d
|
@ -67,6 +67,7 @@ func (m *ServiceInput) GetParam() map[string]string {
|
|||
}
|
||||
|
||||
type ServiceOutput struct {
|
||||
ResultStr string `protobuf:"bytes,1,opt,name=resultStr" json:"resultStr,omitempty"`
|
||||
}
|
||||
|
||||
func (m *ServiceOutput) Reset() { *m = ServiceOutput{} }
|
||||
|
@ -74,6 +75,13 @@ func (m *ServiceOutput) String() string { return proto.CompactTextStr
|
|||
func (*ServiceOutput) ProtoMessage() {}
|
||||
func (*ServiceOutput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
|
||||
func (m *ServiceOutput) GetResultStr() string {
|
||||
if m != nil {
|
||||
return m.ResultStr
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*ServiceInput)(nil), "gwrpc.ServiceInput")
|
||||
proto.RegisterType((*ServiceOutput)(nil), "gwrpc.ServiceOutput")
|
||||
|
@ -154,23 +162,23 @@ var _OverflowGateway_serviceDesc = grpc.ServiceDesc{
|
|||
func init() { proto.RegisterFile("grpc.proto", fileDescriptor0) }
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
// 274 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4a, 0x2f, 0x2a, 0x48,
|
||||
0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4d, 0x2f, 0x2f, 0x2a, 0x48, 0x96, 0x92, 0x49,
|
||||
0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xcc, 0xcb, 0xcb, 0x2f, 0x49,
|
||||
0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0x86, 0x28, 0x52, 0x3a, 0xc0, 0xc8, 0xc5, 0x13, 0x9c, 0x5a, 0x54,
|
||||
0x96, 0x99, 0x9c, 0xea, 0x99, 0x57, 0x50, 0x5a, 0x22, 0xa4, 0xc0, 0xc5, 0x5d, 0x0c, 0xe1, 0xfb,
|
||||
0x25, 0xe6, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x21, 0x0b, 0x09, 0xc9, 0x71, 0x71,
|
||||
0xe5, 0xa6, 0x96, 0x64, 0xe4, 0xa7, 0x80, 0x15, 0x30, 0x81, 0x15, 0x20, 0x89, 0x08, 0x99, 0x70,
|
||||
0xb1, 0x16, 0x24, 0x16, 0x25, 0xe6, 0x4a, 0x30, 0x2b, 0x30, 0x6b, 0x70, 0x1b, 0xc9, 0xe9, 0x81,
|
||||
0xdd, 0xa1, 0x87, 0x6c, 0x8b, 0x5e, 0x00, 0x48, 0x81, 0x6b, 0x5e, 0x49, 0x51, 0x65, 0x10, 0x44,
|
||||
0xb1, 0x94, 0x05, 0x17, 0x17, 0x42, 0x50, 0x48, 0x80, 0x8b, 0x39, 0x3b, 0xb5, 0x12, 0x6a, 0x3b,
|
||||
0x88, 0x29, 0x24, 0xc2, 0xc5, 0x5a, 0x96, 0x98, 0x53, 0x0a, 0xb3, 0x10, 0xc2, 0xb1, 0x62, 0xb2,
|
||||
0x60, 0x54, 0xe2, 0xe7, 0xe2, 0x85, 0x9a, 0xed, 0x5f, 0x5a, 0x52, 0x50, 0x5a, 0x62, 0x94, 0xc7,
|
||||
0xc5, 0xef, 0x5f, 0x96, 0x5a, 0x94, 0x96, 0x93, 0x5f, 0xee, 0x9e, 0x58, 0x92, 0x5a, 0x9e, 0x58,
|
||||
0x29, 0x14, 0xcd, 0xc5, 0xe3, 0x5a, 0x91, 0x9a, 0x0c, 0x55, 0x57, 0x2c, 0x24, 0x8c, 0xc5, 0x51,
|
||||
0x52, 0x22, 0xa8, 0x82, 0x10, 0xd3, 0x94, 0x14, 0x9a, 0x2e, 0x3f, 0x99, 0xcc, 0x24, 0xa5, 0x24,
|
||||
0xaa, 0x5f, 0x66, 0xa8, 0x9f, 0x0f, 0x35, 0x57, 0x1f, 0x1a, 0x20, 0xc5, 0x56, 0x8c, 0x5a, 0x49,
|
||||
0x6c, 0xe0, 0xa0, 0x34, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x61, 0x13, 0xf7, 0x0f, 0x7d, 0x01,
|
||||
0x00, 0x00,
|
||||
// 286 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x41, 0x4a, 0xc3, 0x40,
|
||||
0x14, 0x86, 0x49, 0x42, 0x84, 0xbe, 0x56, 0x94, 0xb1, 0x42, 0x09, 0xa5, 0x84, 0xac, 0x8a, 0x60,
|
||||
0x82, 0xd5, 0x45, 0xe9, 0xbe, 0x88, 0x1b, 0x2b, 0xed, 0xd2, 0xd5, 0x18, 0xc7, 0x18, 0x4c, 0x66,
|
||||
0x86, 0xc9, 0x4b, 0x62, 0xb6, 0x5e, 0xc1, 0x0b, 0x79, 0x07, 0xaf, 0xe0, 0x41, 0x24, 0x99, 0x91,
|
||||
0x46, 0xe8, 0x6e, 0xde, 0xc7, 0xc7, 0xff, 0xbf, 0x79, 0x00, 0x89, 0x92, 0x71, 0x28, 0x95, 0x40,
|
||||
0x41, 0xdc, 0xa4, 0x56, 0x32, 0xf6, 0xa6, 0x89, 0x10, 0x49, 0xc6, 0x22, 0x2a, 0xd3, 0x88, 0x72,
|
||||
0x2e, 0x90, 0x62, 0x2a, 0x78, 0xa1, 0xa5, 0xe0, 0xcb, 0x82, 0xd1, 0x8e, 0xa9, 0x2a, 0x8d, 0xd9,
|
||||
0x1d, 0x97, 0x25, 0x12, 0x1f, 0x86, 0x85, 0x9e, 0xef, 0x69, 0xce, 0x26, 0x96, 0x6f, 0xcd, 0x07,
|
||||
0xdb, 0x3e, 0x22, 0x33, 0x80, 0x9c, 0xe1, 0xab, 0x78, 0xee, 0x04, 0xbb, 0x13, 0x7a, 0x84, 0xdc,
|
||||
0x80, 0x2b, 0xa9, 0xa2, 0xf9, 0xc4, 0xf1, 0x9d, 0xf9, 0x70, 0x31, 0x0b, 0xbb, 0x3d, 0xc2, 0x7e,
|
||||
0x4b, 0xf8, 0xd0, 0x0a, 0x6b, 0x8e, 0xaa, 0xd9, 0x6a, 0xd9, 0x5b, 0x02, 0xec, 0x21, 0x39, 0x05,
|
||||
0xe7, 0x8d, 0x35, 0xa6, 0xbd, 0x7d, 0x92, 0x31, 0xb8, 0x15, 0xcd, 0xca, 0xbf, 0x42, 0x3d, 0xac,
|
||||
0xec, 0xa5, 0x15, 0x5c, 0xc2, 0xb1, 0xc9, 0xde, 0x94, 0xd8, 0x7e, 0x61, 0x0a, 0x03, 0xc5, 0x8a,
|
||||
0x32, 0xc3, 0x1d, 0x2a, 0x13, 0xb1, 0x07, 0x0b, 0x0e, 0x27, 0x9b, 0x8a, 0xa9, 0x97, 0x4c, 0xd4,
|
||||
0xb7, 0x14, 0x59, 0x4d, 0x1b, 0xf2, 0x08, 0xa3, 0xf5, 0x3b, 0x8b, 0x4d, 0x4a, 0x41, 0xce, 0x0e,
|
||||
0xac, 0xec, 0x8d, 0xff, 0x43, 0xdd, 0x15, 0xf8, 0x1f, 0xdf, 0x3f, 0x9f, 0xb6, 0x17, 0x9c, 0x47,
|
||||
0xd5, 0x55, 0x24, 0x4c, 0x6e, 0x64, 0xce, 0x55, 0xac, 0xac, 0x8b, 0xa7, 0xa3, 0xee, 0xd0, 0xd7,
|
||||
0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x2e, 0x3f, 0x2b, 0x9b, 0x01, 0x00, 0x00,
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ message ServiceInput {
|
|||
}
|
||||
|
||||
message ServiceOutput {
|
||||
|
||||
string resultStr = 1;
|
||||
}
|
||||
|
||||
service OverflowGateway {
|
||||
|
|
Loading…
Reference in New Issue
Block a user