config.pb.go 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.31.0
  4. // protoc v4.23.1
  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. if protoimpl.UnsafeEnabled {
  27. mi := &file_app_log_command_config_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *Config) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*Config) ProtoMessage() {}
  36. func (x *Config) ProtoReflect() protoreflect.Message {
  37. mi := &file_app_log_command_config_proto_msgTypes[0]
  38. if protoimpl.UnsafeEnabled && x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  48. func (*Config) Descriptor() ([]byte, []int) {
  49. return file_app_log_command_config_proto_rawDescGZIP(), []int{0}
  50. }
  51. type RestartLoggerRequest struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *RestartLoggerRequest) Reset() {
  57. *x = RestartLoggerRequest{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_app_log_command_config_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *RestartLoggerRequest) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*RestartLoggerRequest) ProtoMessage() {}
  68. func (x *RestartLoggerRequest) ProtoReflect() protoreflect.Message {
  69. mi := &file_app_log_command_config_proto_msgTypes[1]
  70. if protoimpl.UnsafeEnabled && x != nil {
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. if ms.LoadMessageInfo() == nil {
  73. ms.StoreMessageInfo(mi)
  74. }
  75. return ms
  76. }
  77. return mi.MessageOf(x)
  78. }
  79. // Deprecated: Use RestartLoggerRequest.ProtoReflect.Descriptor instead.
  80. func (*RestartLoggerRequest) Descriptor() ([]byte, []int) {
  81. return file_app_log_command_config_proto_rawDescGZIP(), []int{1}
  82. }
  83. type RestartLoggerResponse struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *RestartLoggerResponse) Reset() {
  89. *x = RestartLoggerResponse{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_app_log_command_config_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *RestartLoggerResponse) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*RestartLoggerResponse) ProtoMessage() {}
  100. func (x *RestartLoggerResponse) ProtoReflect() protoreflect.Message {
  101. mi := &file_app_log_command_config_proto_msgTypes[2]
  102. if protoimpl.UnsafeEnabled && x != nil {
  103. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  104. if ms.LoadMessageInfo() == nil {
  105. ms.StoreMessageInfo(mi)
  106. }
  107. return ms
  108. }
  109. return mi.MessageOf(x)
  110. }
  111. // Deprecated: Use RestartLoggerResponse.ProtoReflect.Descriptor instead.
  112. func (*RestartLoggerResponse) Descriptor() ([]byte, []int) {
  113. return file_app_log_command_config_proto_rawDescGZIP(), []int{2}
  114. }
  115. var File_app_log_command_config_proto protoreflect.FileDescriptor
  116. var file_app_log_command_config_proto_rawDesc = []byte{
  117. 0x0a, 0x1c, 0x61, 0x70, 0x70, 0x2f, 0x6c, 0x6f, 0x67, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
  118. 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14,
  119. 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d,
  120. 0x6d, 0x61, 0x6e, 0x64, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x16,
  121. 0x0a, 0x14, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52,
  122. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72,
  123. 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32,
  124. 0x7b, 0x0a, 0x0d, 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  125. 0x12, 0x6a, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67, 0x65,
  126. 0x72, 0x12, 0x2a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67,
  127. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74,
  128. 0x4c, 0x6f, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e,
  129. 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67, 0x2e, 0x63, 0x6f, 0x6d,
  130. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x67,
  131. 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x5e, 0x0a, 0x18,
  132. 0x63, 0x6f, 0x6d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6c, 0x6f, 0x67,
  133. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x29, 0x67, 0x69, 0x74, 0x68,
  134. 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78, 0x72, 0x61, 0x79,
  135. 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x6c, 0x6f, 0x67, 0x2f, 0x63, 0x6f,
  136. 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa, 0x02, 0x14, 0x58, 0x72, 0x61, 0x79, 0x2e, 0x41, 0x70, 0x70,
  137. 0x2e, 0x4c, 0x6f, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x62, 0x06, 0x70, 0x72,
  138. 0x6f, 0x74, 0x6f, 0x33,
  139. }
  140. var (
  141. file_app_log_command_config_proto_rawDescOnce sync.Once
  142. file_app_log_command_config_proto_rawDescData = file_app_log_command_config_proto_rawDesc
  143. )
  144. func file_app_log_command_config_proto_rawDescGZIP() []byte {
  145. file_app_log_command_config_proto_rawDescOnce.Do(func() {
  146. file_app_log_command_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_log_command_config_proto_rawDescData)
  147. })
  148. return file_app_log_command_config_proto_rawDescData
  149. }
  150. var file_app_log_command_config_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
  151. var file_app_log_command_config_proto_goTypes = []interface{}{
  152. (*Config)(nil), // 0: xray.app.log.command.Config
  153. (*RestartLoggerRequest)(nil), // 1: xray.app.log.command.RestartLoggerRequest
  154. (*RestartLoggerResponse)(nil), // 2: xray.app.log.command.RestartLoggerResponse
  155. }
  156. var file_app_log_command_config_proto_depIdxs = []int32{
  157. 1, // 0: xray.app.log.command.LoggerService.RestartLogger:input_type -> xray.app.log.command.RestartLoggerRequest
  158. 2, // 1: xray.app.log.command.LoggerService.RestartLogger:output_type -> xray.app.log.command.RestartLoggerResponse
  159. 1, // [1:2] is the sub-list for method output_type
  160. 0, // [0:1] is the sub-list for method input_type
  161. 0, // [0:0] is the sub-list for extension type_name
  162. 0, // [0:0] is the sub-list for extension extendee
  163. 0, // [0:0] is the sub-list for field type_name
  164. }
  165. func init() { file_app_log_command_config_proto_init() }
  166. func file_app_log_command_config_proto_init() {
  167. if File_app_log_command_config_proto != nil {
  168. return
  169. }
  170. if !protoimpl.UnsafeEnabled {
  171. file_app_log_command_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  172. switch v := v.(*Config); i {
  173. case 0:
  174. return &v.state
  175. case 1:
  176. return &v.sizeCache
  177. case 2:
  178. return &v.unknownFields
  179. default:
  180. return nil
  181. }
  182. }
  183. file_app_log_command_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  184. switch v := v.(*RestartLoggerRequest); i {
  185. case 0:
  186. return &v.state
  187. case 1:
  188. return &v.sizeCache
  189. case 2:
  190. return &v.unknownFields
  191. default:
  192. return nil
  193. }
  194. }
  195. file_app_log_command_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  196. switch v := v.(*RestartLoggerResponse); i {
  197. case 0:
  198. return &v.state
  199. case 1:
  200. return &v.sizeCache
  201. case 2:
  202. return &v.unknownFields
  203. default:
  204. return nil
  205. }
  206. }
  207. }
  208. type x struct{}
  209. out := protoimpl.TypeBuilder{
  210. File: protoimpl.DescBuilder{
  211. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  212. RawDescriptor: file_app_log_command_config_proto_rawDesc,
  213. NumEnums: 0,
  214. NumMessages: 3,
  215. NumExtensions: 0,
  216. NumServices: 1,
  217. },
  218. GoTypes: file_app_log_command_config_proto_goTypes,
  219. DependencyIndexes: file_app_log_command_config_proto_depIdxs,
  220. MessageInfos: file_app_log_command_config_proto_msgTypes,
  221. }.Build()
  222. File_app_log_command_config_proto = out.File
  223. file_app_log_command_config_proto_rawDesc = nil
  224. file_app_log_command_config_proto_goTypes = nil
  225. file_app_log_command_config_proto_depIdxs = nil
  226. }