github.com/Uhtred009/v2ray-core-1@v4.31.2+incompatible/app/log/command/config.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.25.0 4 // protoc v3.13.0 5 // source: app/log/command/config.proto 6 7 package command 8 9 import ( 10 proto "github.com/golang/protobuf/proto" 11 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 12 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 13 reflect "reflect" 14 sync "sync" 15 ) 16 17 const ( 18 // Verify that this generated code is sufficiently up-to-date. 19 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 20 // Verify that runtime/protoimpl is sufficiently up-to-date. 21 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 22 ) 23 24 // This is a compile-time assertion that a sufficiently up-to-date version 25 // of the legacy proto package is being used. 26 const _ = proto.ProtoPackageIsVersion4 27 28 type Config struct { 29 state protoimpl.MessageState 30 sizeCache protoimpl.SizeCache 31 unknownFields protoimpl.UnknownFields 32 } 33 34 func (x *Config) Reset() { 35 *x = Config{} 36 if protoimpl.UnsafeEnabled { 37 mi := &file_app_log_command_config_proto_msgTypes[0] 38 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 39 ms.StoreMessageInfo(mi) 40 } 41 } 42 43 func (x *Config) String() string { 44 return protoimpl.X.MessageStringOf(x) 45 } 46 47 func (*Config) ProtoMessage() {} 48 49 func (x *Config) ProtoReflect() protoreflect.Message { 50 mi := &file_app_log_command_config_proto_msgTypes[0] 51 if protoimpl.UnsafeEnabled && x != nil { 52 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 53 if ms.LoadMessageInfo() == nil { 54 ms.StoreMessageInfo(mi) 55 } 56 return ms 57 } 58 return mi.MessageOf(x) 59 } 60 61 // Deprecated: Use Config.ProtoReflect.Descriptor instead. 62 func (*Config) Descriptor() ([]byte, []int) { 63 return file_app_log_command_config_proto_rawDescGZIP(), []int{0} 64 } 65 66 type RestartLoggerRequest struct { 67 state protoimpl.MessageState 68 sizeCache protoimpl.SizeCache 69 unknownFields protoimpl.UnknownFields 70 } 71 72 func (x *RestartLoggerRequest) Reset() { 73 *x = RestartLoggerRequest{} 74 if protoimpl.UnsafeEnabled { 75 mi := &file_app_log_command_config_proto_msgTypes[1] 76 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 77 ms.StoreMessageInfo(mi) 78 } 79 } 80 81 func (x *RestartLoggerRequest) String() string { 82 return protoimpl.X.MessageStringOf(x) 83 } 84 85 func (*RestartLoggerRequest) ProtoMessage() {} 86 87 func (x *RestartLoggerRequest) ProtoReflect() protoreflect.Message { 88 mi := &file_app_log_command_config_proto_msgTypes[1] 89 if protoimpl.UnsafeEnabled && x != nil { 90 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 91 if ms.LoadMessageInfo() == nil { 92 ms.StoreMessageInfo(mi) 93 } 94 return ms 95 } 96 return mi.MessageOf(x) 97 } 98 99 // Deprecated: Use RestartLoggerRequest.ProtoReflect.Descriptor instead. 100 func (*RestartLoggerRequest) Descriptor() ([]byte, []int) { 101 return file_app_log_command_config_proto_rawDescGZIP(), []int{1} 102 } 103 104 type RestartLoggerResponse struct { 105 state protoimpl.MessageState 106 sizeCache protoimpl.SizeCache 107 unknownFields protoimpl.UnknownFields 108 } 109 110 func (x *RestartLoggerResponse) Reset() { 111 *x = RestartLoggerResponse{} 112 if protoimpl.UnsafeEnabled { 113 mi := &file_app_log_command_config_proto_msgTypes[2] 114 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 115 ms.StoreMessageInfo(mi) 116 } 117 } 118 119 func (x *RestartLoggerResponse) String() string { 120 return protoimpl.X.MessageStringOf(x) 121 } 122 123 func (*RestartLoggerResponse) ProtoMessage() {} 124 125 func (x *RestartLoggerResponse) ProtoReflect() protoreflect.Message { 126 mi := &file_app_log_command_config_proto_msgTypes[2] 127 if protoimpl.UnsafeEnabled && x != nil { 128 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 129 if ms.LoadMessageInfo() == nil { 130 ms.StoreMessageInfo(mi) 131 } 132 return ms 133 } 134 return mi.MessageOf(x) 135 } 136 137 // Deprecated: Use RestartLoggerResponse.ProtoReflect.Descriptor instead. 138 func (*RestartLoggerResponse) Descriptor() ([]byte, []int) { 139 return file_app_log_command_config_proto_rawDescGZIP(), []int{2} 140 } 141 142 var File_app_log_command_config_proto protoreflect.FileDescriptor 143 144 var file_app_log_command_config_proto_rawDesc = []byte{ 145 0x0a, 0x1c, 0x61, 0x70, 0x70, 0x2f, 0x6c, 0x6f, 0x67, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 146 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 147 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 148 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f, 149 0x6e, 0x66, 0x69, 0x67, 0x22, 0x16, 0x0a, 0x14, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 150 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x17, 0x0a, 0x15, 151 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x73, 152 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x87, 0x01, 0x0a, 0x0d, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 153 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x76, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x74, 0x61, 154 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x12, 0x30, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 155 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 156 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 157 0x67, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x76, 0x32, 0x72, 158 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 159 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 160 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 161 0x5f, 0x0a, 0x1e, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 162 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 163 0x64, 0x50, 0x01, 0x5a, 0x1e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 164 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x6c, 0x6f, 0x67, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 165 0x61, 0x6e, 0x64, 0xaa, 0x02, 0x1a, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 166 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x4c, 0x6f, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 167 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 168 } 169 170 var ( 171 file_app_log_command_config_proto_rawDescOnce sync.Once 172 file_app_log_command_config_proto_rawDescData = file_app_log_command_config_proto_rawDesc 173 ) 174 175 func file_app_log_command_config_proto_rawDescGZIP() []byte { 176 file_app_log_command_config_proto_rawDescOnce.Do(func() { 177 file_app_log_command_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_log_command_config_proto_rawDescData) 178 }) 179 return file_app_log_command_config_proto_rawDescData 180 } 181 182 var file_app_log_command_config_proto_msgTypes = make([]protoimpl.MessageInfo, 3) 183 var file_app_log_command_config_proto_goTypes = []interface{}{ 184 (*Config)(nil), // 0: v2ray.core.app.log.command.Config 185 (*RestartLoggerRequest)(nil), // 1: v2ray.core.app.log.command.RestartLoggerRequest 186 (*RestartLoggerResponse)(nil), // 2: v2ray.core.app.log.command.RestartLoggerResponse 187 } 188 var file_app_log_command_config_proto_depIdxs = []int32{ 189 1, // 0: v2ray.core.app.log.command.LoggerService.RestartLogger:input_type -> v2ray.core.app.log.command.RestartLoggerRequest 190 2, // 1: v2ray.core.app.log.command.LoggerService.RestartLogger:output_type -> v2ray.core.app.log.command.RestartLoggerResponse 191 1, // [1:2] is the sub-list for method output_type 192 0, // [0:1] is the sub-list for method input_type 193 0, // [0:0] is the sub-list for extension type_name 194 0, // [0:0] is the sub-list for extension extendee 195 0, // [0:0] is the sub-list for field type_name 196 } 197 198 func init() { file_app_log_command_config_proto_init() } 199 func file_app_log_command_config_proto_init() { 200 if File_app_log_command_config_proto != nil { 201 return 202 } 203 if !protoimpl.UnsafeEnabled { 204 file_app_log_command_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 205 switch v := v.(*Config); i { 206 case 0: 207 return &v.state 208 case 1: 209 return &v.sizeCache 210 case 2: 211 return &v.unknownFields 212 default: 213 return nil 214 } 215 } 216 file_app_log_command_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 217 switch v := v.(*RestartLoggerRequest); i { 218 case 0: 219 return &v.state 220 case 1: 221 return &v.sizeCache 222 case 2: 223 return &v.unknownFields 224 default: 225 return nil 226 } 227 } 228 file_app_log_command_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 229 switch v := v.(*RestartLoggerResponse); i { 230 case 0: 231 return &v.state 232 case 1: 233 return &v.sizeCache 234 case 2: 235 return &v.unknownFields 236 default: 237 return nil 238 } 239 } 240 } 241 type x struct{} 242 out := protoimpl.TypeBuilder{ 243 File: protoimpl.DescBuilder{ 244 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 245 RawDescriptor: file_app_log_command_config_proto_rawDesc, 246 NumEnums: 0, 247 NumMessages: 3, 248 NumExtensions: 0, 249 NumServices: 1, 250 }, 251 GoTypes: file_app_log_command_config_proto_goTypes, 252 DependencyIndexes: file_app_log_command_config_proto_depIdxs, 253 MessageInfos: file_app_log_command_config_proto_msgTypes, 254 }.Build() 255 File_app_log_command_config_proto = out.File 256 file_app_log_command_config_proto_rawDesc = nil 257 file_app_log_command_config_proto_goTypes = nil 258 file_app_log_command_config_proto_depIdxs = nil 259 }