// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.32.0 // protoc v4.25.1 // source: define.proto package sc_pb import ( _ "git.hlsq.asia/mmorpg/service-common/proto/sc/sc_common" 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) ) type MessageID int32 const ( MessageID_MESSAGE_ID_INVALID MessageID = 0 MessageID_MESSAGE_ID_KICK_OUT MessageID = 1 // 服务器踢人 MessageID_MESSAGE_ID_QUEUE_UP MessageID = 2 // 排队中 MessageID_MESSAGE_ID_LOGIN_SUCCESS MessageID = 3 // 登录成功 MessageID_MESSAGE_ID_ENTER_INSTANCE MessageID = 101 // 进入副本 MessageID_MESSAGE_ID_ACTION MessageID = 102 // 指令 MessageID_MESSAGE_ID_POSITION MessageID = 103 // 位置更新 ) // Enum value maps for MessageID. var ( MessageID_name = map[int32]string{ 0: "MESSAGE_ID_INVALID", 1: "MESSAGE_ID_KICK_OUT", 2: "MESSAGE_ID_QUEUE_UP", 3: "MESSAGE_ID_LOGIN_SUCCESS", 101: "MESSAGE_ID_ENTER_INSTANCE", 102: "MESSAGE_ID_ACTION", 103: "MESSAGE_ID_POSITION", } MessageID_value = map[string]int32{ "MESSAGE_ID_INVALID": 0, "MESSAGE_ID_KICK_OUT": 1, "MESSAGE_ID_QUEUE_UP": 2, "MESSAGE_ID_LOGIN_SUCCESS": 3, "MESSAGE_ID_ENTER_INSTANCE": 101, "MESSAGE_ID_ACTION": 102, "MESSAGE_ID_POSITION": 103, } ) func (x MessageID) Enum() *MessageID { p := new(MessageID) *p = x return p } func (x MessageID) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (MessageID) Descriptor() protoreflect.EnumDescriptor { return file_define_proto_enumTypes[0].Descriptor() } func (MessageID) Type() protoreflect.EnumType { return &file_define_proto_enumTypes[0] } func (x MessageID) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use MessageID.Descriptor instead. func (MessageID) EnumDescriptor() ([]byte, []int) { return file_define_proto_rawDescGZIP(), []int{0} } type Message struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ID MessageID `protobuf:"varint,1,opt,name=ID,proto3,enum=MessageID" json:"ID,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=Payload,proto3" json:"Payload,omitempty"` } func (x *Message) Reset() { *x = Message{} if protoimpl.UnsafeEnabled { mi := &file_define_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Message) String() string { return protoimpl.X.MessageStringOf(x) } func (*Message) ProtoMessage() {} func (x *Message) ProtoReflect() protoreflect.Message { mi := &file_define_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 Message.ProtoReflect.Descriptor instead. func (*Message) Descriptor() ([]byte, []int) { return file_define_proto_rawDescGZIP(), []int{0} } func (x *Message) GetID() MessageID { if x != nil { return x.ID } return MessageID_MESSAGE_ID_INVALID } func (x *Message) GetPayload() []byte { if x != nil { return x.Payload } return nil } var File_define_proto protoreflect.FileDescriptor var file_define_proto_rawDesc = []byte{ 0x0a, 0x0c, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0f, 0x73, 0x63, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x3f, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0a, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x44, 0x52, 0x02, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2a, 0xc2, 0x01, 0x0a, 0x09, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x12, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x4b, 0x49, 0x43, 0x4b, 0x5f, 0x4f, 0x55, 0x54, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x13, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x51, 0x55, 0x45, 0x55, 0x45, 0x5f, 0x55, 0x50, 0x10, 0x02, 0x12, 0x1c, 0x0a, 0x18, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x4e, 0x5f, 0x53, 0x55, 0x43, 0x43, 0x45, 0x53, 0x53, 0x10, 0x03, 0x12, 0x1d, 0x0a, 0x19, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x49, 0x4e, 0x53, 0x54, 0x41, 0x4e, 0x43, 0x45, 0x10, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x66, 0x12, 0x17, 0x0a, 0x13, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x50, 0x4f, 0x53, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x67, 0x42, 0x34, 0x5a, 0x32, 0x67, 0x69, 0x74, 0x2e, 0x68, 0x6c, 0x73, 0x71, 0x2e, 0x61, 0x73, 0x69, 0x61, 0x2f, 0x6d, 0x6d, 0x6f, 0x72, 0x70, 0x67, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2d, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x63, 0x2f, 0x73, 0x63, 0x5f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_define_proto_rawDescOnce sync.Once file_define_proto_rawDescData = file_define_proto_rawDesc ) func file_define_proto_rawDescGZIP() []byte { file_define_proto_rawDescOnce.Do(func() { file_define_proto_rawDescData = protoimpl.X.CompressGZIP(file_define_proto_rawDescData) }) return file_define_proto_rawDescData } var file_define_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_define_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_define_proto_goTypes = []interface{}{ (MessageID)(0), // 0: MessageID (*Message)(nil), // 1: Message } var file_define_proto_depIdxs = []int32{ 0, // 0: Message.ID:type_name -> MessageID 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name 1, // [1:1] is the sub-list for extension extendee 0, // [0:1] is the sub-list for field type_name } func init() { file_define_proto_init() } func file_define_proto_init() { if File_define_proto != nil { return } if !protoimpl.UnsafeEnabled { file_define_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Message); 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_define_proto_rawDesc, NumEnums: 1, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, GoTypes: file_define_proto_goTypes, DependencyIndexes: file_define_proto_depIdxs, EnumInfos: file_define_proto_enumTypes, MessageInfos: file_define_proto_msgTypes, }.Build() File_define_proto = out.File file_define_proto_rawDesc = nil file_define_proto_goTypes = nil file_define_proto_depIdxs = nil }