github.com/EagleQL/Xray-core@v1.4.3/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.14.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, 0x14, 147 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d, 148 0x6d, 0x61, 0x6e, 0x64, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x16, 149 0x0a, 0x14, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 150 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 151 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 152 0x7b, 0x0a, 0x0d, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 153 0x12, 0x6a, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 154 0x72, 0x12, 0x2a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 155 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 156 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 157 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d, 158 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 159 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x5e, 0x0a, 0x18, 160 0x63, 0x6f, 0x6d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 161 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x29, 0x67, 0x69, 0x74, 0x68, 162 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78, 0x72, 0x61, 0x79, 163 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x6c, 0x6f, 0x67, 0x2f, 0x63, 0x6f, 164 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa, 0x02, 0x14, 0x58, 0x72, 0x61, 0x79, 0x2e, 0x41, 0x70, 0x70, 165 0x2e, 0x4c, 0x6f, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x62, 0x06, 0x70, 0x72, 166 0x6f, 0x74, 0x6f, 0x33, 167 } 168 169 var ( 170 file_app_log_command_config_proto_rawDescOnce sync.Once 171 file_app_log_command_config_proto_rawDescData = file_app_log_command_config_proto_rawDesc 172 ) 173 174 func file_app_log_command_config_proto_rawDescGZIP() []byte { 175 file_app_log_command_config_proto_rawDescOnce.Do(func() { 176 file_app_log_command_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_log_command_config_proto_rawDescData) 177 }) 178 return file_app_log_command_config_proto_rawDescData 179 } 180 181 var file_app_log_command_config_proto_msgTypes = make([]protoimpl.MessageInfo, 3) 182 var file_app_log_command_config_proto_goTypes = []interface{}{ 183 (*Config)(nil), // 0: xray.app.log.command.Config 184 (*RestartLoggerRequest)(nil), // 1: xray.app.log.command.RestartLoggerRequest 185 (*RestartLoggerResponse)(nil), // 2: xray.app.log.command.RestartLoggerResponse 186 } 187 var file_app_log_command_config_proto_depIdxs = []int32{ 188 1, // 0: xray.app.log.command.LoggerService.RestartLogger:input_type -> xray.app.log.command.RestartLoggerRequest 189 2, // 1: xray.app.log.command.LoggerService.RestartLogger:output_type -> xray.app.log.command.RestartLoggerResponse 190 1, // [1:2] is the sub-list for method output_type 191 0, // [0:1] is the sub-list for method input_type 192 0, // [0:0] is the sub-list for extension type_name 193 0, // [0:0] is the sub-list for extension extendee 194 0, // [0:0] is the sub-list for field type_name 195 } 196 197 func init() { file_app_log_command_config_proto_init() } 198 func file_app_log_command_config_proto_init() { 199 if File_app_log_command_config_proto != nil { 200 return 201 } 202 if !protoimpl.UnsafeEnabled { 203 file_app_log_command_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 204 switch v := v.(*Config); i { 205 case 0: 206 return &v.state 207 case 1: 208 return &v.sizeCache 209 case 2: 210 return &v.unknownFields 211 default: 212 return nil 213 } 214 } 215 file_app_log_command_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 216 switch v := v.(*RestartLoggerRequest); i { 217 case 0: 218 return &v.state 219 case 1: 220 return &v.sizeCache 221 case 2: 222 return &v.unknownFields 223 default: 224 return nil 225 } 226 } 227 file_app_log_command_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 228 switch v := v.(*RestartLoggerResponse); i { 229 case 0: 230 return &v.state 231 case 1: 232 return &v.sizeCache 233 case 2: 234 return &v.unknownFields 235 default: 236 return nil 237 } 238 } 239 } 240 type x struct{} 241 out := protoimpl.TypeBuilder{ 242 File: protoimpl.DescBuilder{ 243 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 244 RawDescriptor: file_app_log_command_config_proto_rawDesc, 245 NumEnums: 0, 246 NumMessages: 3, 247 NumExtensions: 0, 248 NumServices: 1, 249 }, 250 GoTypes: file_app_log_command_config_proto_goTypes, 251 DependencyIndexes: file_app_log_command_config_proto_depIdxs, 252 MessageInfos: file_app_log_command_config_proto_msgTypes, 253 }.Build() 254 File_app_log_command_config_proto = out.File 255 file_app_log_command_config_proto_rawDesc = nil 256 file_app_log_command_config_proto_goTypes = nil 257 file_app_log_command_config_proto_depIdxs = nil 258 }