-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathroommanager.pb.go
More file actions
84 lines (76 loc) · 3.03 KB
/
roommanager.pb.go
File metadata and controls
84 lines (76 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
// Copyright 2023 LiveKit, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v4.23.4
// source: rpc/roommanager.proto
package rpc
import (
livekit "github.com/livekit/protocol/livekit"
_ "github.com/livekit/psrpc/protoc-gen-psrpc/options"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
unsafe "unsafe"
)
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)
)
var File_rpc_roommanager_proto protoreflect.FileDescriptor
const file_rpc_roommanager_proto_rawDesc = "" +
"\n" +
"\x15rpc/roommanager.proto\x12\x03rpc\x1a\roptions.proto\x1a\x14livekit_models.proto\x1a\x12livekit_room.proto2a\n" +
"\vRoomManager\x12R\n" +
"\n" +
"CreateRoom\x12\x1a.livekit.CreateRoomRequest\x1a\r.livekit.Room\"\x19\xb2\x89\x01\x15\x10\x01\x1a\x11\n" +
"\x04node\x12\anode_id\x18\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
var file_rpc_roommanager_proto_goTypes = []any{
(*livekit.CreateRoomRequest)(nil), // 0: livekit.CreateRoomRequest
(*livekit.Room)(nil), // 1: livekit.Room
}
var file_rpc_roommanager_proto_depIdxs = []int32{
0, // 0: rpc.RoomManager.CreateRoom:input_type -> livekit.CreateRoomRequest
1, // 1: rpc.RoomManager.CreateRoom:output_type -> livekit.Room
1, // [1:2] is the sub-list for method output_type
0, // [0:1] 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_rpc_roommanager_proto_init() }
func file_rpc_roommanager_proto_init() {
if File_rpc_roommanager_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_roommanager_proto_rawDesc), len(file_rpc_roommanager_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_rpc_roommanager_proto_goTypes,
DependencyIndexes: file_rpc_roommanager_proto_depIdxs,
}.Build()
File_rpc_roommanager_proto = out.File
file_rpc_roommanager_proto_goTypes = nil
file_rpc_roommanager_proto_depIdxs = nil
}