123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: service.proto
- //声明 包名
- package proto
- import (
- context "context"
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- grpc "google.golang.org/grpc"
- codes "google.golang.org/grpc/codes"
- status "google.golang.org/grpc/status"
- math "math"
- )
- // 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 ServiceMeta struct {
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
- Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
- Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
- Workers int32 `protobuf:"varint,4,opt,name=workers,proto3" json:"workers,omitempty"`
- Balance int32 `protobuf:"varint,5,opt,name=balance,proto3" json:"balance,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ServiceMeta) Reset() { *m = ServiceMeta{} }
- func (m *ServiceMeta) String() string { return proto.CompactTextString(m) }
- func (*ServiceMeta) ProtoMessage() {}
- func (*ServiceMeta) Descriptor() ([]byte, []int) {
- return fileDescriptor_a0b84a42fa06f626, []int{0}
- }
- func (m *ServiceMeta) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ServiceMeta.Unmarshal(m, b)
- }
- func (m *ServiceMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ServiceMeta.Marshal(b, m, deterministic)
- }
- func (m *ServiceMeta) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ServiceMeta.Merge(m, src)
- }
- func (m *ServiceMeta) XXX_Size() int {
- return xxx_messageInfo_ServiceMeta.Size(m)
- }
- func (m *ServiceMeta) XXX_DiscardUnknown() {
- xxx_messageInfo_ServiceMeta.DiscardUnknown(m)
- }
- var xxx_messageInfo_ServiceMeta proto.InternalMessageInfo
- func (m *ServiceMeta) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *ServiceMeta) GetIp() string {
- if m != nil {
- return m.Ip
- }
- return ""
- }
- func (m *ServiceMeta) GetPort() int32 {
- if m != nil {
- return m.Port
- }
- return 0
- }
- func (m *ServiceMeta) GetWorkers() int32 {
- if m != nil {
- return m.Workers
- }
- return 0
- }
- func (m *ServiceMeta) GetBalance() int32 {
- if m != nil {
- return m.Balance
- }
- return 0
- }
- //标准字符串返回结果
- type StringRepData struct {
- Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *StringRepData) Reset() { *m = StringRepData{} }
- func (m *StringRepData) String() string { return proto.CompactTextString(m) }
- func (*StringRepData) ProtoMessage() {}
- func (*StringRepData) Descriptor() ([]byte, []int) {
- return fileDescriptor_a0b84a42fa06f626, []int{1}
- }
- func (m *StringRepData) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_StringRepData.Unmarshal(m, b)
- }
- func (m *StringRepData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_StringRepData.Marshal(b, m, deterministic)
- }
- func (m *StringRepData) XXX_Merge(src proto.Message) {
- xxx_messageInfo_StringRepData.Merge(m, src)
- }
- func (m *StringRepData) XXX_Size() int {
- return xxx_messageInfo_StringRepData.Size(m)
- }
- func (m *StringRepData) XXX_DiscardUnknown() {
- xxx_messageInfo_StringRepData.DiscardUnknown(m)
- }
- var xxx_messageInfo_StringRepData proto.InternalMessageInfo
- func (m *StringRepData) GetData() string {
- if m != nil {
- return m.Data
- }
- return ""
- }
- //标准字符串请求
- type StringReqData struct {
- Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *StringReqData) Reset() { *m = StringReqData{} }
- func (m *StringReqData) String() string { return proto.CompactTextString(m) }
- func (*StringReqData) ProtoMessage() {}
- func (*StringReqData) Descriptor() ([]byte, []int) {
- return fileDescriptor_a0b84a42fa06f626, []int{2}
- }
- func (m *StringReqData) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_StringReqData.Unmarshal(m, b)
- }
- func (m *StringReqData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_StringReqData.Marshal(b, m, deterministic)
- }
- func (m *StringReqData) XXX_Merge(src proto.Message) {
- xxx_messageInfo_StringReqData.Merge(m, src)
- }
- func (m *StringReqData) XXX_Size() int {
- return xxx_messageInfo_StringReqData.Size(m)
- }
- func (m *StringReqData) XXX_DiscardUnknown() {
- xxx_messageInfo_StringReqData.DiscardUnknown(m)
- }
- var xxx_messageInfo_StringReqData proto.InternalMessageInfo
- func (m *StringReqData) GetData() string {
- if m != nil {
- return m.Data
- }
- return ""
- }
- //
- type ApplyReqData struct {
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
- Balance int32 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ApplyReqData) Reset() { *m = ApplyReqData{} }
- func (m *ApplyReqData) String() string { return proto.CompactTextString(m) }
- func (*ApplyReqData) ProtoMessage() {}
- func (*ApplyReqData) Descriptor() ([]byte, []int) {
- return fileDescriptor_a0b84a42fa06f626, []int{3}
- }
- func (m *ApplyReqData) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ApplyReqData.Unmarshal(m, b)
- }
- func (m *ApplyReqData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ApplyReqData.Marshal(b, m, deterministic)
- }
- func (m *ApplyReqData) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ApplyReqData.Merge(m, src)
- }
- func (m *ApplyReqData) XXX_Size() int {
- return xxx_messageInfo_ApplyReqData.Size(m)
- }
- func (m *ApplyReqData) XXX_DiscardUnknown() {
- xxx_messageInfo_ApplyReqData.DiscardUnknown(m)
- }
- var xxx_messageInfo_ApplyReqData proto.InternalMessageInfo
- func (m *ApplyReqData) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *ApplyReqData) GetBalance() int32 {
- if m != nil {
- return m.Balance
- }
- return 0
- }
- type ApplyRepData struct {
- Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
- ResourceId string `protobuf:"bytes,2,opt,name=resourceId,proto3" json:"resourceId,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ApplyRepData) Reset() { *m = ApplyRepData{} }
- func (m *ApplyRepData) String() string { return proto.CompactTextString(m) }
- func (*ApplyRepData) ProtoMessage() {}
- func (*ApplyRepData) Descriptor() ([]byte, []int) {
- return fileDescriptor_a0b84a42fa06f626, []int{4}
- }
- func (m *ApplyRepData) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ApplyRepData.Unmarshal(m, b)
- }
- func (m *ApplyRepData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ApplyRepData.Marshal(b, m, deterministic)
- }
- func (m *ApplyRepData) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ApplyRepData.Merge(m, src)
- }
- func (m *ApplyRepData) XXX_Size() int {
- return xxx_messageInfo_ApplyRepData.Size(m)
- }
- func (m *ApplyRepData) XXX_DiscardUnknown() {
- xxx_messageInfo_ApplyRepData.DiscardUnknown(m)
- }
- var xxx_messageInfo_ApplyRepData proto.InternalMessageInfo
- func (m *ApplyRepData) GetAddr() string {
- if m != nil {
- return m.Addr
- }
- return ""
- }
- func (m *ApplyRepData) GetResourceId() string {
- if m != nil {
- return m.ResourceId
- }
- return ""
- }
- func init() {
- proto.RegisterType((*ServiceMeta)(nil), "proto.ServiceMeta")
- proto.RegisterType((*StringRepData)(nil), "proto.StringRepData")
- proto.RegisterType((*StringReqData)(nil), "proto.StringReqData")
- proto.RegisterType((*ApplyReqData)(nil), "proto.ApplyReqData")
- proto.RegisterType((*ApplyRepData)(nil), "proto.ApplyRepData")
- }
- func init() {
- proto.RegisterFile("service.proto", fileDescriptor_a0b84a42fa06f626)
- }
- var fileDescriptor_a0b84a42fa06f626 = []byte{
- // 282 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x50, 0xb1, 0x4e, 0xc3, 0x30,
- 0x10, 0x25, 0xa1, 0xa1, 0xe2, 0xa0, 0x0c, 0x07, 0x83, 0xd5, 0x01, 0x55, 0x61, 0xe9, 0xd4, 0x81,
- 0x0a, 0xb1, 0xb0, 0x80, 0xba, 0x30, 0xb0, 0xa4, 0x5f, 0xe0, 0x26, 0xa7, 0x2a, 0x22, 0xc4, 0xe6,
- 0x6c, 0x40, 0xf9, 0x60, 0xfe, 0x03, 0xd9, 0x89, 0x2b, 0x53, 0xd4, 0x81, 0x29, 0xcf, 0xef, 0xde,
- 0xcb, 0xbd, 0x7b, 0x30, 0x31, 0xc4, 0x9f, 0x75, 0x49, 0x0b, 0xcd, 0xca, 0x2a, 0xcc, 0xfc, 0x27,
- 0xef, 0xe0, 0x6c, 0xdd, 0xf3, 0x2f, 0x64, 0x25, 0x22, 0x8c, 0x5a, 0xf9, 0x46, 0x22, 0x99, 0x25,
- 0xf3, 0xd3, 0xc2, 0x63, 0xbc, 0x80, 0xb4, 0xd6, 0x22, 0xf5, 0x4c, 0x5a, 0x6b, 0xa7, 0xd1, 0x8a,
- 0xad, 0x38, 0x9e, 0x25, 0xf3, 0xac, 0xf0, 0x18, 0x05, 0x8c, 0xbf, 0x14, 0xbf, 0x12, 0x1b, 0x31,
- 0xf2, 0x74, 0x78, 0xba, 0xc9, 0x46, 0x36, 0xb2, 0x2d, 0x49, 0x64, 0xfd, 0x64, 0x78, 0xe6, 0x37,
- 0x30, 0x59, 0x5b, 0xae, 0xdb, 0x6d, 0x41, 0x7a, 0x25, 0xfb, 0xe5, 0x95, 0xb4, 0x32, 0x2c, 0x77,
- 0x38, 0x16, 0xbd, 0x1f, 0x14, 0x3d, 0xc0, 0xf9, 0xa3, 0xd6, 0x4d, 0x17, 0x69, 0xfe, 0x5c, 0x11,
- 0xe5, 0x48, 0x7f, 0xe7, 0x78, 0xda, 0xb9, 0x77, 0x31, 0x64, 0x55, 0x71, 0x70, 0x3b, 0x8c, 0xd7,
- 0x00, 0x4c, 0x46, 0x7d, 0x70, 0x49, 0xcf, 0xd5, 0xd0, 0x45, 0xc4, 0xdc, 0x7e, 0x27, 0x30, 0x1e,
- 0x7a, 0xc4, 0x3b, 0x18, 0x17, 0xb4, 0xad, 0x8d, 0x25, 0xc4, 0xbe, 0xec, 0x45, 0x54, 0xf1, 0xf4,
- 0x2a, 0x70, 0xf1, 0xed, 0xf9, 0x91, 0xb3, 0xad, 0xc8, 0x58, 0xc5, 0xdd, 0xbf, 0x6c, 0x4b, 0xc8,
- 0x7c, 0x7a, 0xbc, 0x1c, 0x04, 0x71, 0x13, 0xd3, 0x3d, 0x32, 0x98, 0xee, 0x5d, 0xc4, 0x86, 0xa4,
- 0x21, 0xdc, 0xff, 0x6f, 0xef, 0x3b, 0xb0, 0x6d, 0x73, 0xe2, 0xe9, 0xe5, 0x4f, 0x00, 0x00, 0x00,
- 0xff, 0xff, 0x80, 0x2d, 0x4a, 0xbc, 0x4d, 0x02, 0x00, 0x00,
- }
- // Reference imports to suppress errors if they are not otherwise used.
- var _ context.Context
- var _ grpc.ClientConnInterface
- // 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.SupportPackageIsVersion6
- // ServiceClient is the client API for Service service.
- //
- // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
- type ServiceClient interface {
- //注册服务
- Registe(ctx context.Context, in *ServiceMeta, opts ...grpc.CallOption) (*StringRepData, error)
- //注销服务
- Destory(ctx context.Context, in *ServiceMeta, opts ...grpc.CallOption) (*StringRepData, error)
- //申请服务
- Apply(ctx context.Context, in *ApplyReqData, opts ...grpc.CallOption) (*ApplyRepData, error)
- //释放服务
- Release(ctx context.Context, in *StringReqData, opts ...grpc.CallOption) (*StringRepData, error)
- }
- type serviceClient struct {
- cc grpc.ClientConnInterface
- }
- func NewServiceClient(cc grpc.ClientConnInterface) ServiceClient {
- return &serviceClient{cc}
- }
- func (c *serviceClient) Registe(ctx context.Context, in *ServiceMeta, opts ...grpc.CallOption) (*StringRepData, error) {
- out := new(StringRepData)
- err := c.cc.Invoke(ctx, "/proto.Service/Registe", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *serviceClient) Destory(ctx context.Context, in *ServiceMeta, opts ...grpc.CallOption) (*StringRepData, error) {
- out := new(StringRepData)
- err := c.cc.Invoke(ctx, "/proto.Service/Destory", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *serviceClient) Apply(ctx context.Context, in *ApplyReqData, opts ...grpc.CallOption) (*ApplyRepData, error) {
- out := new(ApplyRepData)
- err := c.cc.Invoke(ctx, "/proto.Service/Apply", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *serviceClient) Release(ctx context.Context, in *StringReqData, opts ...grpc.CallOption) (*StringRepData, error) {
- out := new(StringRepData)
- err := c.cc.Invoke(ctx, "/proto.Service/Release", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- // ServiceServer is the server API for Service service.
- type ServiceServer interface {
- //注册服务
- Registe(context.Context, *ServiceMeta) (*StringRepData, error)
- //注销服务
- Destory(context.Context, *ServiceMeta) (*StringRepData, error)
- //申请服务
- Apply(context.Context, *ApplyReqData) (*ApplyRepData, error)
- //释放服务
- Release(context.Context, *StringReqData) (*StringRepData, error)
- }
- // UnimplementedServiceServer can be embedded to have forward compatible implementations.
- type UnimplementedServiceServer struct {
- }
- func (*UnimplementedServiceServer) Registe(ctx context.Context, req *ServiceMeta) (*StringRepData, error) {
- return nil, status.Errorf(codes.Unimplemented, "method Registe not implemented")
- }
- func (*UnimplementedServiceServer) Destory(ctx context.Context, req *ServiceMeta) (*StringRepData, error) {
- return nil, status.Errorf(codes.Unimplemented, "method Destory not implemented")
- }
- func (*UnimplementedServiceServer) Apply(ctx context.Context, req *ApplyReqData) (*ApplyRepData, error) {
- return nil, status.Errorf(codes.Unimplemented, "method Apply not implemented")
- }
- func (*UnimplementedServiceServer) Release(ctx context.Context, req *StringReqData) (*StringRepData, error) {
- return nil, status.Errorf(codes.Unimplemented, "method Release not implemented")
- }
- func RegisterServiceServer(s *grpc.Server, srv ServiceServer) {
- s.RegisterService(&_Service_serviceDesc, srv)
- }
- func _Service_Registe_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(ServiceMeta)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(ServiceServer).Registe(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/proto.Service/Registe",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(ServiceServer).Registe(ctx, req.(*ServiceMeta))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _Service_Destory_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(ServiceMeta)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(ServiceServer).Destory(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/proto.Service/Destory",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(ServiceServer).Destory(ctx, req.(*ServiceMeta))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _Service_Apply_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(ApplyReqData)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(ServiceServer).Apply(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/proto.Service/Apply",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(ServiceServer).Apply(ctx, req.(*ApplyReqData))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _Service_Release_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(StringReqData)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(ServiceServer).Release(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/proto.Service/Release",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(ServiceServer).Release(ctx, req.(*StringReqData))
- }
- return interceptor(ctx, in, info, handler)
- }
- var _Service_serviceDesc = grpc.ServiceDesc{
- ServiceName: "proto.Service",
- HandlerType: (*ServiceServer)(nil),
- Methods: []grpc.MethodDesc{
- {
- MethodName: "Registe",
- Handler: _Service_Registe_Handler,
- },
- {
- MethodName: "Destory",
- Handler: _Service_Destory_Handler,
- },
- {
- MethodName: "Apply",
- Handler: _Service_Apply_Handler,
- },
- {
- MethodName: "Release",
- Handler: _Service_Release_Handler,
- },
- },
- Streams: []grpc.StreamDesc{},
- Metadata: "service.proto",
- }
|