more networking stuff

This commit is contained in:
Beric Bearnson
2024-08-09 08:48:12 -06:00
parent d426892e6a
commit f9c8464ecd
5 changed files with 224 additions and 53 deletions
+36 -36
View File
@@ -2,7 +2,7 @@
// versions:
// protoc-gen-go v1.34.2
// protoc v5.27.3
// source: lobby_messages.proto
// source: proto/lobby_messages.proto
package netwrk
@@ -32,7 +32,7 @@ type LobbyMessage struct {
func (x *LobbyMessage) Reset() {
*x = LobbyMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_lobby_messages_proto_msgTypes[0]
mi := &file_proto_lobby_messages_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -45,7 +45,7 @@ func (x *LobbyMessage) String() string {
func (*LobbyMessage) ProtoMessage() {}
func (x *LobbyMessage) ProtoReflect() protoreflect.Message {
mi := &file_lobby_messages_proto_msgTypes[0]
mi := &file_proto_lobby_messages_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -58,7 +58,7 @@ func (x *LobbyMessage) ProtoReflect() protoreflect.Message {
// Deprecated: Use LobbyMessage.ProtoReflect.Descriptor instead.
func (*LobbyMessage) Descriptor() ([]byte, []int) {
return file_lobby_messages_proto_rawDescGZIP(), []int{0}
return file_proto_lobby_messages_proto_rawDescGZIP(), []int{0}
}
func (x *LobbyMessage) GetType() string {
@@ -75,36 +75,36 @@ func (x *LobbyMessage) GetContent() string {
return ""
}
var File_lobby_messages_proto protoreflect.FileDescriptor
var File_proto_lobby_messages_proto protoreflect.FileDescriptor
var file_lobby_messages_proto_rawDesc = []byte{
0x0a, 0x14, 0x6c, 0x6f, 0x62, 0x62, 0x79, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x3c, 0x0a, 0x0c,
0x4c, 0x6f, 0x62, 0x62, 0x79, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04,
0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42, 0x14, 0x5a, 0x12, 0x2e, 0x2e,
0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6e, 0x65, 0x74, 0x77, 0x72, 0x6b,
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
var file_proto_lobby_messages_proto_rawDesc = []byte{
0x0a, 0x1a, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6c, 0x6f, 0x62, 0x62, 0x79, 0x5f, 0x6d, 0x65,
0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x6e, 0x65,
0x74, 0x77, 0x72, 0x6b, 0x2e, 0x76, 0x31, 0x22, 0x3c, 0x0a, 0x0c, 0x4c, 0x6f, 0x62, 0x62, 0x79,
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63,
0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f,
0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x2f, 0x6e, 0x65, 0x74, 0x77, 0x72,
0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_lobby_messages_proto_rawDescOnce sync.Once
file_lobby_messages_proto_rawDescData = file_lobby_messages_proto_rawDesc
file_proto_lobby_messages_proto_rawDescOnce sync.Once
file_proto_lobby_messages_proto_rawDescData = file_proto_lobby_messages_proto_rawDesc
)
func file_lobby_messages_proto_rawDescGZIP() []byte {
file_lobby_messages_proto_rawDescOnce.Do(func() {
file_lobby_messages_proto_rawDescData = protoimpl.X.CompressGZIP(file_lobby_messages_proto_rawDescData)
func file_proto_lobby_messages_proto_rawDescGZIP() []byte {
file_proto_lobby_messages_proto_rawDescOnce.Do(func() {
file_proto_lobby_messages_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_lobby_messages_proto_rawDescData)
})
return file_lobby_messages_proto_rawDescData
return file_proto_lobby_messages_proto_rawDescData
}
var file_lobby_messages_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_lobby_messages_proto_goTypes = []any{
(*LobbyMessage)(nil), // 0: main.LobbyMessage
var file_proto_lobby_messages_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_proto_lobby_messages_proto_goTypes = []any{
(*LobbyMessage)(nil), // 0: netwrk.v1.LobbyMessage
}
var file_lobby_messages_proto_depIdxs = []int32{
var file_proto_lobby_messages_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for method output_type
0, // [0:0] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
@@ -112,13 +112,13 @@ var file_lobby_messages_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for field type_name
}
func init() { file_lobby_messages_proto_init() }
func file_lobby_messages_proto_init() {
if File_lobby_messages_proto != nil {
func init() { file_proto_lobby_messages_proto_init() }
func file_proto_lobby_messages_proto_init() {
if File_proto_lobby_messages_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_lobby_messages_proto_msgTypes[0].Exporter = func(v any, i int) any {
file_proto_lobby_messages_proto_msgTypes[0].Exporter = func(v any, i int) any {
switch v := v.(*LobbyMessage); i {
case 0:
return &v.state
@@ -135,18 +135,18 @@ func file_lobby_messages_proto_init() {
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_lobby_messages_proto_rawDesc,
RawDescriptor: file_proto_lobby_messages_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_lobby_messages_proto_goTypes,
DependencyIndexes: file_lobby_messages_proto_depIdxs,
MessageInfos: file_lobby_messages_proto_msgTypes,
GoTypes: file_proto_lobby_messages_proto_goTypes,
DependencyIndexes: file_proto_lobby_messages_proto_depIdxs,
MessageInfos: file_proto_lobby_messages_proto_msgTypes,
}.Build()
File_lobby_messages_proto = out.File
file_lobby_messages_proto_rawDesc = nil
file_lobby_messages_proto_goTypes = nil
file_lobby_messages_proto_depIdxs = nil
File_proto_lobby_messages_proto = out.File
file_proto_lobby_messages_proto_rawDesc = nil
file_proto_lobby_messages_proto_goTypes = nil
file_proto_lobby_messages_proto_depIdxs = nil
}