351 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			351 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Code generated by protoc-gen-go. DO NOT EDIT.
 | |
| // versions:
 | |
| // 	protoc-gen-go v1.22.0
 | |
| // 	protoc        v3.6.1
 | |
| // source: github.com/micro/go-micro/server/proto/server.proto
 | |
| 
 | |
| package go_micro_server
 | |
| 
 | |
| import (
 | |
| 	proto "github.com/golang/protobuf/proto"
 | |
| 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 | |
| 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 | |
| 	reflect "reflect"
 | |
| 	sync "sync"
 | |
| )
 | |
| 
 | |
| const (
 | |
| 	// Verify that this generated code is sufficiently up-to-date.
 | |
| 	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
 | |
| 	// Verify that runtime/protoimpl is sufficiently up-to-date.
 | |
| 	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 | |
| )
 | |
| 
 | |
| // This is a compile-time assertion that a sufficiently up-to-date version
 | |
| // of the legacy proto package is being used.
 | |
| const _ = proto.ProtoPackageIsVersion4
 | |
| 
 | |
| type HandleRequest struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Service  string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
 | |
| 	Endpoint string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
 | |
| 	Protocol string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *HandleRequest) Reset() {
 | |
| 	*x = HandleRequest{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[0]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *HandleRequest) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*HandleRequest) ProtoMessage() {}
 | |
| 
 | |
| func (x *HandleRequest) ProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[0]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| // Deprecated: Use HandleRequest.ProtoReflect.Descriptor instead.
 | |
| func (*HandleRequest) Descriptor() ([]byte, []int) {
 | |
| 	return file_github_com_micro_go_micro_server_proto_server_proto_rawDescGZIP(), []int{0}
 | |
| }
 | |
| 
 | |
| func (x *HandleRequest) GetService() string {
 | |
| 	if x != nil {
 | |
| 		return x.Service
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *HandleRequest) GetEndpoint() string {
 | |
| 	if x != nil {
 | |
| 		return x.Endpoint
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *HandleRequest) GetProtocol() string {
 | |
| 	if x != nil {
 | |
| 		return x.Protocol
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| type HandleResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *HandleResponse) Reset() {
 | |
| 	*x = HandleResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[1]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *HandleResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*HandleResponse) ProtoMessage() {}
 | |
| 
 | |
| func (x *HandleResponse) ProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[1]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| // Deprecated: Use HandleResponse.ProtoReflect.Descriptor instead.
 | |
| func (*HandleResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_github_com_micro_go_micro_server_proto_server_proto_rawDescGZIP(), []int{1}
 | |
| }
 | |
| 
 | |
| type SubscribeRequest struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Topic string `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *SubscribeRequest) Reset() {
 | |
| 	*x = SubscribeRequest{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[2]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *SubscribeRequest) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*SubscribeRequest) ProtoMessage() {}
 | |
| 
 | |
| func (x *SubscribeRequest) ProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[2]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| // Deprecated: Use SubscribeRequest.ProtoReflect.Descriptor instead.
 | |
| func (*SubscribeRequest) Descriptor() ([]byte, []int) {
 | |
| 	return file_github_com_micro_go_micro_server_proto_server_proto_rawDescGZIP(), []int{2}
 | |
| }
 | |
| 
 | |
| func (x *SubscribeRequest) GetTopic() string {
 | |
| 	if x != nil {
 | |
| 		return x.Topic
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| type SubscribeResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *SubscribeResponse) Reset() {
 | |
| 	*x = SubscribeResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[3]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *SubscribeResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*SubscribeResponse) ProtoMessage() {}
 | |
| 
 | |
| func (x *SubscribeResponse) ProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[3]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| // Deprecated: Use SubscribeResponse.ProtoReflect.Descriptor instead.
 | |
| func (*SubscribeResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_github_com_micro_go_micro_server_proto_server_proto_rawDescGZIP(), []int{3}
 | |
| }
 | |
| 
 | |
| var File_github_com_micro_go_micro_server_proto_server_proto protoreflect.FileDescriptor
 | |
| 
 | |
| var file_github_com_micro_go_micro_server_proto_server_proto_rawDesc = []byte{
 | |
| 	0x0a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6d, 0x69, 0x63,
 | |
| 	0x72, 0x6f, 0x2f, 0x67, 0x6f, 0x2d, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2f, 0x73, 0x65, 0x72, 0x76,
 | |
| 	0x65, 0x72, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e,
 | |
| 	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x67, 0x6f, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e,
 | |
| 	0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x61, 0x0a, 0x0d, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65,
 | |
| 	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69,
 | |
| 	0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
 | |
| 	0x65, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x02, 0x20,
 | |
| 	0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x1a, 0x0a,
 | |
| 	0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
 | |
| 	0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0x10, 0x0a, 0x0e, 0x48, 0x61, 0x6e,
 | |
| 	0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x0a, 0x10, 0x53,
 | |
| 	0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
 | |
| 	0x14, 0x0a, 0x05, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
 | |
| 	0x74, 0x6f, 0x70, 0x69, 0x63, 0x22, 0x13, 0x0a, 0x11, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
 | |
| 	0x62, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xab, 0x01, 0x0a, 0x06, 0x53,
 | |
| 	0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x4b, 0x0a, 0x06, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x12,
 | |
| 	0x1e, 0x2e, 0x67, 0x6f, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x65,
 | |
| 	0x72, 0x2e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
 | |
| 	0x1f, 0x2e, 0x67, 0x6f, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x65,
 | |
| 	0x72, 0x2e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
 | |
| 	0x22, 0x00, 0x12, 0x54, 0x0a, 0x09, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12,
 | |
| 	0x21, 0x2e, 0x67, 0x6f, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x65,
 | |
| 	0x72, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
 | |
| 	0x73, 0x74, 0x1a, 0x22, 0x2e, 0x67, 0x6f, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x73, 0x65,
 | |
| 	0x72, 0x76, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65,
 | |
| 	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	file_github_com_micro_go_micro_server_proto_server_proto_rawDescOnce sync.Once
 | |
| 	file_github_com_micro_go_micro_server_proto_server_proto_rawDescData = file_github_com_micro_go_micro_server_proto_server_proto_rawDesc
 | |
| )
 | |
| 
 | |
| func file_github_com_micro_go_micro_server_proto_server_proto_rawDescGZIP() []byte {
 | |
| 	file_github_com_micro_go_micro_server_proto_server_proto_rawDescOnce.Do(func() {
 | |
| 		file_github_com_micro_go_micro_server_proto_server_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_micro_go_micro_server_proto_server_proto_rawDescData)
 | |
| 	})
 | |
| 	return file_github_com_micro_go_micro_server_proto_server_proto_rawDescData
 | |
| }
 | |
| 
 | |
| var file_github_com_micro_go_micro_server_proto_server_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
 | |
| var file_github_com_micro_go_micro_server_proto_server_proto_goTypes = []interface{}{
 | |
| 	(*HandleRequest)(nil),     // 0: go.micro.server.HandleRequest
 | |
| 	(*HandleResponse)(nil),    // 1: go.micro.server.HandleResponse
 | |
| 	(*SubscribeRequest)(nil),  // 2: go.micro.server.SubscribeRequest
 | |
| 	(*SubscribeResponse)(nil), // 3: go.micro.server.SubscribeResponse
 | |
| }
 | |
| var file_github_com_micro_go_micro_server_proto_server_proto_depIdxs = []int32{
 | |
| 	0, // 0: go.micro.server.Server.Handle:input_type -> go.micro.server.HandleRequest
 | |
| 	2, // 1: go.micro.server.Server.Subscribe:input_type -> go.micro.server.SubscribeRequest
 | |
| 	1, // 2: go.micro.server.Server.Handle:output_type -> go.micro.server.HandleResponse
 | |
| 	3, // 3: go.micro.server.Server.Subscribe:output_type -> go.micro.server.SubscribeResponse
 | |
| 	2, // [2:4] is the sub-list for method output_type
 | |
| 	0, // [0:2] is the sub-list for method input_type
 | |
| 	0, // [0:0] is the sub-list for extension type_name
 | |
| 	0, // [0:0] is the sub-list for extension extendee
 | |
| 	0, // [0:0] is the sub-list for field type_name
 | |
| }
 | |
| 
 | |
| func init() { file_github_com_micro_go_micro_server_proto_server_proto_init() }
 | |
| func file_github_com_micro_go_micro_server_proto_server_proto_init() {
 | |
| 	if File_github_com_micro_go_micro_server_proto_server_proto != nil {
 | |
| 		return
 | |
| 	}
 | |
| 	if !protoimpl.UnsafeEnabled {
 | |
| 		file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*HandleRequest); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*HandleResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*SubscribeRequest); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_github_com_micro_go_micro_server_proto_server_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*SubscribeResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| 	type x struct{}
 | |
| 	out := protoimpl.TypeBuilder{
 | |
| 		File: protoimpl.DescBuilder{
 | |
| 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 | |
| 			RawDescriptor: file_github_com_micro_go_micro_server_proto_server_proto_rawDesc,
 | |
| 			NumEnums:      0,
 | |
| 			NumMessages:   4,
 | |
| 			NumExtensions: 0,
 | |
| 			NumServices:   1,
 | |
| 		},
 | |
| 		GoTypes:           file_github_com_micro_go_micro_server_proto_server_proto_goTypes,
 | |
| 		DependencyIndexes: file_github_com_micro_go_micro_server_proto_server_proto_depIdxs,
 | |
| 		MessageInfos:      file_github_com_micro_go_micro_server_proto_server_proto_msgTypes,
 | |
| 	}.Build()
 | |
| 	File_github_com_micro_go_micro_server_proto_server_proto = out.File
 | |
| 	file_github_com_micro_go_micro_server_proto_server_proto_rawDesc = nil
 | |
| 	file_github_com_micro_go_micro_server_proto_server_proto_goTypes = nil
 | |
| 	file_github_com_micro_go_micro_server_proto_server_proto_depIdxs = nil
 | |
| }
 |