config.pb.go 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.1
  4. // protoc v5.28.2
  5. // source: app/log/command/config.proto
  6. package command
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type Config struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *Config) Reset() {
  25. *x = Config{}
  26. mi := &file_app_log_command_config_proto_msgTypes[0]
  27. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  28. ms.StoreMessageInfo(mi)
  29. }
  30. func (x *Config) String() string {
  31. return protoimpl.X.MessageStringOf(x)
  32. }
  33. func (*Config) ProtoMessage() {}
  34. func (x *Config) ProtoReflect() protoreflect.Message {
  35. mi := &file_app_log_command_config_proto_msgTypes[0]
  36. if x != nil {
  37. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  38. if ms.LoadMessageInfo() == nil {
  39. ms.StoreMessageInfo(mi)
  40. }
  41. return ms
  42. }
  43. return mi.MessageOf(x)
  44. }
  45. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  46. func (*Config) Descriptor() ([]byte, []int) {
  47. return file_app_log_command_config_proto_rawDescGZIP(), []int{0}
  48. }
  49. type RestartLoggerRequest struct {
  50. state protoimpl.MessageState
  51. sizeCache protoimpl.SizeCache
  52. unknownFields protoimpl.UnknownFields
  53. }
  54. func (x *RestartLoggerRequest) Reset() {
  55. *x = RestartLoggerRequest{}
  56. mi := &file_app_log_command_config_proto_msgTypes[1]
  57. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  58. ms.StoreMessageInfo(mi)
  59. }
  60. func (x *RestartLoggerRequest) String() string {
  61. return protoimpl.X.MessageStringOf(x)
  62. }
  63. func (*RestartLoggerRequest) ProtoMessage() {}
  64. func (x *RestartLoggerRequest) ProtoReflect() protoreflect.Message {
  65. mi := &file_app_log_command_config_proto_msgTypes[1]
  66. if x != nil {
  67. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  68. if ms.LoadMessageInfo() == nil {
  69. ms.StoreMessageInfo(mi)
  70. }
  71. return ms
  72. }
  73. return mi.MessageOf(x)
  74. }
  75. // Deprecated: Use RestartLoggerRequest.ProtoReflect.Descriptor instead.
  76. func (*RestartLoggerRequest) Descriptor() ([]byte, []int) {
  77. return file_app_log_command_config_proto_rawDescGZIP(), []int{1}
  78. }
  79. type RestartLoggerResponse struct {
  80. state protoimpl.MessageState
  81. sizeCache protoimpl.SizeCache
  82. unknownFields protoimpl.UnknownFields
  83. }
  84. func (x *RestartLoggerResponse) Reset() {
  85. *x = RestartLoggerResponse{}
  86. mi := &file_app_log_command_config_proto_msgTypes[2]
  87. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  88. ms.StoreMessageInfo(mi)
  89. }
  90. func (x *RestartLoggerResponse) String() string {
  91. return protoimpl.X.MessageStringOf(x)
  92. }
  93. func (*RestartLoggerResponse) ProtoMessage() {}
  94. func (x *RestartLoggerResponse) ProtoReflect() protoreflect.Message {
  95. mi := &file_app_log_command_config_proto_msgTypes[2]
  96. if x != nil {
  97. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  98. if ms.LoadMessageInfo() == nil {
  99. ms.StoreMessageInfo(mi)
  100. }
  101. return ms
  102. }
  103. return mi.MessageOf(x)
  104. }
  105. // Deprecated: Use RestartLoggerResponse.ProtoReflect.Descriptor instead.
  106. func (*RestartLoggerResponse) Descriptor() ([]byte, []int) {
  107. return file_app_log_command_config_proto_rawDescGZIP(), []int{2}
  108. }
  109. var File_app_log_command_config_proto protoreflect.FileDescriptor
  110. var file_app_log_command_config_proto_rawDesc = []byte{
  111. 0x0a, 0x1c, 0x61, 0x70, 0x70, 0x2f, 0x6c, 0x6f, 0x67, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
  112. 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14,
  113. 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d,
  114. 0x6d, 0x61, 0x6e, 0x64, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x16,
  115. 0x0a, 0x14, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52,
  116. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72,
  117. 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32,
  118. 0x7b, 0x0a, 0x0d, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  119. 0x12, 0x6a, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65,
  120. 0x72, 0x12, 0x2a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67,
  121. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74,
  122. 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e,
  123. 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d,
  124. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67,
  125. 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x5e, 0x0a, 0x18,
  126. 0x63, 0x6f, 0x6d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67,
  127. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x29, 0x67, 0x69, 0x74, 0x68,
  128. 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78, 0x72, 0x61, 0x79,
  129. 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x6c, 0x6f, 0x67, 0x2f, 0x63, 0x6f,
  130. 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa, 0x02, 0x14, 0x58, 0x72, 0x61, 0x79, 0x2e, 0x41, 0x70, 0x70,
  131. 0x2e, 0x4c, 0x6f, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x62, 0x06, 0x70, 0x72,
  132. 0x6f, 0x74, 0x6f, 0x33,
  133. }
  134. var (
  135. file_app_log_command_config_proto_rawDescOnce sync.Once
  136. file_app_log_command_config_proto_rawDescData = file_app_log_command_config_proto_rawDesc
  137. )
  138. func file_app_log_command_config_proto_rawDescGZIP() []byte {
  139. file_app_log_command_config_proto_rawDescOnce.Do(func() {
  140. file_app_log_command_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_log_command_config_proto_rawDescData)
  141. })
  142. return file_app_log_command_config_proto_rawDescData
  143. }
  144. var file_app_log_command_config_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
  145. var file_app_log_command_config_proto_goTypes = []any{
  146. (*Config)(nil), // 0: xray.app.log.command.Config
  147. (*RestartLoggerRequest)(nil), // 1: xray.app.log.command.RestartLoggerRequest
  148. (*RestartLoggerResponse)(nil), // 2: xray.app.log.command.RestartLoggerResponse
  149. }
  150. var file_app_log_command_config_proto_depIdxs = []int32{
  151. 1, // 0: xray.app.log.command.LoggerService.RestartLogger:input_type -> xray.app.log.command.RestartLoggerRequest
  152. 2, // 1: xray.app.log.command.LoggerService.RestartLogger:output_type -> xray.app.log.command.RestartLoggerResponse
  153. 1, // [1:2] is the sub-list for method output_type
  154. 0, // [0:1] is the sub-list for method input_type
  155. 0, // [0:0] is the sub-list for extension type_name
  156. 0, // [0:0] is the sub-list for extension extendee
  157. 0, // [0:0] is the sub-list for field type_name
  158. }
  159. func init() { file_app_log_command_config_proto_init() }
  160. func file_app_log_command_config_proto_init() {
  161. if File_app_log_command_config_proto != nil {
  162. return
  163. }
  164. type x struct{}
  165. out := protoimpl.TypeBuilder{
  166. File: protoimpl.DescBuilder{
  167. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  168. RawDescriptor: file_app_log_command_config_proto_rawDesc,
  169. NumEnums: 0,
  170. NumMessages: 3,
  171. NumExtensions: 0,
  172. NumServices: 1,
  173. },
  174. GoTypes: file_app_log_command_config_proto_goTypes,
  175. DependencyIndexes: file_app_log_command_config_proto_depIdxs,
  176. MessageInfos: file_app_log_command_config_proto_msgTypes,
  177. }.Build()
  178. File_app_log_command_config_proto = out.File
  179. file_app_log_command_config_proto_rawDesc = nil
  180. file_app_log_command_config_proto_goTypes = nil
  181. file_app_log_command_config_proto_depIdxs = nil
  182. }