command.pb.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. package command
  2. import (
  3. _ "github.com/v2fly/v2ray-core/v5/common/protoext"
  4. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  5. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  6. reflect "reflect"
  7. sync "sync"
  8. unsafe "unsafe"
  9. )
  10. const (
  11. // Verify that this generated code is sufficiently up-to-date.
  12. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  13. // Verify that runtime/protoimpl is sufficiently up-to-date.
  14. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  15. )
  16. type ListInstanceReq struct {
  17. state protoimpl.MessageState `protogen:"open.v1"`
  18. unknownFields protoimpl.UnknownFields
  19. sizeCache protoimpl.SizeCache
  20. }
  21. func (x *ListInstanceReq) Reset() {
  22. *x = ListInstanceReq{}
  23. mi := &file_app_instman_command_command_proto_msgTypes[0]
  24. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  25. ms.StoreMessageInfo(mi)
  26. }
  27. func (x *ListInstanceReq) String() string {
  28. return protoimpl.X.MessageStringOf(x)
  29. }
  30. func (*ListInstanceReq) ProtoMessage() {}
  31. func (x *ListInstanceReq) ProtoReflect() protoreflect.Message {
  32. mi := &file_app_instman_command_command_proto_msgTypes[0]
  33. if x != nil {
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. if ms.LoadMessageInfo() == nil {
  36. ms.StoreMessageInfo(mi)
  37. }
  38. return ms
  39. }
  40. return mi.MessageOf(x)
  41. }
  42. // Deprecated: Use ListInstanceReq.ProtoReflect.Descriptor instead.
  43. func (*ListInstanceReq) Descriptor() ([]byte, []int) {
  44. return file_app_instman_command_command_proto_rawDescGZIP(), []int{0}
  45. }
  46. type ListInstanceResp struct {
  47. state protoimpl.MessageState `protogen:"open.v1"`
  48. Name []string `protobuf:"bytes,1,rep,name=name,proto3" json:"name,omitempty"`
  49. unknownFields protoimpl.UnknownFields
  50. sizeCache protoimpl.SizeCache
  51. }
  52. func (x *ListInstanceResp) Reset() {
  53. *x = ListInstanceResp{}
  54. mi := &file_app_instman_command_command_proto_msgTypes[1]
  55. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  56. ms.StoreMessageInfo(mi)
  57. }
  58. func (x *ListInstanceResp) String() string {
  59. return protoimpl.X.MessageStringOf(x)
  60. }
  61. func (*ListInstanceResp) ProtoMessage() {}
  62. func (x *ListInstanceResp) ProtoReflect() protoreflect.Message {
  63. mi := &file_app_instman_command_command_proto_msgTypes[1]
  64. if x != nil {
  65. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  66. if ms.LoadMessageInfo() == nil {
  67. ms.StoreMessageInfo(mi)
  68. }
  69. return ms
  70. }
  71. return mi.MessageOf(x)
  72. }
  73. // Deprecated: Use ListInstanceResp.ProtoReflect.Descriptor instead.
  74. func (*ListInstanceResp) Descriptor() ([]byte, []int) {
  75. return file_app_instman_command_command_proto_rawDescGZIP(), []int{1}
  76. }
  77. func (x *ListInstanceResp) GetName() []string {
  78. if x != nil {
  79. return x.Name
  80. }
  81. return nil
  82. }
  83. type AddInstanceReq struct {
  84. state protoimpl.MessageState `protogen:"open.v1"`
  85. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  86. ConfigType string `protobuf:"bytes,2,opt,name=configType,proto3" json:"configType,omitempty"`
  87. ConfigContentB64 string `protobuf:"bytes,3,opt,name=configContentB64,proto3" json:"configContentB64,omitempty"`
  88. unknownFields protoimpl.UnknownFields
  89. sizeCache protoimpl.SizeCache
  90. }
  91. func (x *AddInstanceReq) Reset() {
  92. *x = AddInstanceReq{}
  93. mi := &file_app_instman_command_command_proto_msgTypes[2]
  94. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  95. ms.StoreMessageInfo(mi)
  96. }
  97. func (x *AddInstanceReq) String() string {
  98. return protoimpl.X.MessageStringOf(x)
  99. }
  100. func (*AddInstanceReq) ProtoMessage() {}
  101. func (x *AddInstanceReq) ProtoReflect() protoreflect.Message {
  102. mi := &file_app_instman_command_command_proto_msgTypes[2]
  103. if x != nil {
  104. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  105. if ms.LoadMessageInfo() == nil {
  106. ms.StoreMessageInfo(mi)
  107. }
  108. return ms
  109. }
  110. return mi.MessageOf(x)
  111. }
  112. // Deprecated: Use AddInstanceReq.ProtoReflect.Descriptor instead.
  113. func (*AddInstanceReq) Descriptor() ([]byte, []int) {
  114. return file_app_instman_command_command_proto_rawDescGZIP(), []int{2}
  115. }
  116. func (x *AddInstanceReq) GetName() string {
  117. if x != nil {
  118. return x.Name
  119. }
  120. return ""
  121. }
  122. func (x *AddInstanceReq) GetConfigType() string {
  123. if x != nil {
  124. return x.ConfigType
  125. }
  126. return ""
  127. }
  128. func (x *AddInstanceReq) GetConfigContentB64() string {
  129. if x != nil {
  130. return x.ConfigContentB64
  131. }
  132. return ""
  133. }
  134. type AddInstanceResp struct {
  135. state protoimpl.MessageState `protogen:"open.v1"`
  136. unknownFields protoimpl.UnknownFields
  137. sizeCache protoimpl.SizeCache
  138. }
  139. func (x *AddInstanceResp) Reset() {
  140. *x = AddInstanceResp{}
  141. mi := &file_app_instman_command_command_proto_msgTypes[3]
  142. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  143. ms.StoreMessageInfo(mi)
  144. }
  145. func (x *AddInstanceResp) String() string {
  146. return protoimpl.X.MessageStringOf(x)
  147. }
  148. func (*AddInstanceResp) ProtoMessage() {}
  149. func (x *AddInstanceResp) ProtoReflect() protoreflect.Message {
  150. mi := &file_app_instman_command_command_proto_msgTypes[3]
  151. if x != nil {
  152. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  153. if ms.LoadMessageInfo() == nil {
  154. ms.StoreMessageInfo(mi)
  155. }
  156. return ms
  157. }
  158. return mi.MessageOf(x)
  159. }
  160. // Deprecated: Use AddInstanceResp.ProtoReflect.Descriptor instead.
  161. func (*AddInstanceResp) Descriptor() ([]byte, []int) {
  162. return file_app_instman_command_command_proto_rawDescGZIP(), []int{3}
  163. }
  164. type StartInstanceReq struct {
  165. state protoimpl.MessageState `protogen:"open.v1"`
  166. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  167. unknownFields protoimpl.UnknownFields
  168. sizeCache protoimpl.SizeCache
  169. }
  170. func (x *StartInstanceReq) Reset() {
  171. *x = StartInstanceReq{}
  172. mi := &file_app_instman_command_command_proto_msgTypes[4]
  173. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  174. ms.StoreMessageInfo(mi)
  175. }
  176. func (x *StartInstanceReq) String() string {
  177. return protoimpl.X.MessageStringOf(x)
  178. }
  179. func (*StartInstanceReq) ProtoMessage() {}
  180. func (x *StartInstanceReq) ProtoReflect() protoreflect.Message {
  181. mi := &file_app_instman_command_command_proto_msgTypes[4]
  182. if x != nil {
  183. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  184. if ms.LoadMessageInfo() == nil {
  185. ms.StoreMessageInfo(mi)
  186. }
  187. return ms
  188. }
  189. return mi.MessageOf(x)
  190. }
  191. // Deprecated: Use StartInstanceReq.ProtoReflect.Descriptor instead.
  192. func (*StartInstanceReq) Descriptor() ([]byte, []int) {
  193. return file_app_instman_command_command_proto_rawDescGZIP(), []int{4}
  194. }
  195. func (x *StartInstanceReq) GetName() string {
  196. if x != nil {
  197. return x.Name
  198. }
  199. return ""
  200. }
  201. type StartInstanceResp struct {
  202. state protoimpl.MessageState `protogen:"open.v1"`
  203. unknownFields protoimpl.UnknownFields
  204. sizeCache protoimpl.SizeCache
  205. }
  206. func (x *StartInstanceResp) Reset() {
  207. *x = StartInstanceResp{}
  208. mi := &file_app_instman_command_command_proto_msgTypes[5]
  209. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  210. ms.StoreMessageInfo(mi)
  211. }
  212. func (x *StartInstanceResp) String() string {
  213. return protoimpl.X.MessageStringOf(x)
  214. }
  215. func (*StartInstanceResp) ProtoMessage() {}
  216. func (x *StartInstanceResp) ProtoReflect() protoreflect.Message {
  217. mi := &file_app_instman_command_command_proto_msgTypes[5]
  218. if x != nil {
  219. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  220. if ms.LoadMessageInfo() == nil {
  221. ms.StoreMessageInfo(mi)
  222. }
  223. return ms
  224. }
  225. return mi.MessageOf(x)
  226. }
  227. // Deprecated: Use StartInstanceResp.ProtoReflect.Descriptor instead.
  228. func (*StartInstanceResp) Descriptor() ([]byte, []int) {
  229. return file_app_instman_command_command_proto_rawDescGZIP(), []int{5}
  230. }
  231. type Config struct {
  232. state protoimpl.MessageState `protogen:"open.v1"`
  233. unknownFields protoimpl.UnknownFields
  234. sizeCache protoimpl.SizeCache
  235. }
  236. func (x *Config) Reset() {
  237. *x = Config{}
  238. mi := &file_app_instman_command_command_proto_msgTypes[6]
  239. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  240. ms.StoreMessageInfo(mi)
  241. }
  242. func (x *Config) String() string {
  243. return protoimpl.X.MessageStringOf(x)
  244. }
  245. func (*Config) ProtoMessage() {}
  246. func (x *Config) ProtoReflect() protoreflect.Message {
  247. mi := &file_app_instman_command_command_proto_msgTypes[6]
  248. if x != nil {
  249. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  250. if ms.LoadMessageInfo() == nil {
  251. ms.StoreMessageInfo(mi)
  252. }
  253. return ms
  254. }
  255. return mi.MessageOf(x)
  256. }
  257. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  258. func (*Config) Descriptor() ([]byte, []int) {
  259. return file_app_instman_command_command_proto_rawDescGZIP(), []int{6}
  260. }
  261. var File_app_instman_command_command_proto protoreflect.FileDescriptor
  262. var file_app_instman_command_command_proto_rawDesc = string([]byte{
  263. 0x0a, 0x21, 0x61, 0x70, 0x70, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f,
  264. 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72,
  265. 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  266. 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  267. 0x61, 0x6e, 0x64, 0x1a, 0x20, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74,
  268. 0x6f, 0x65, 0x78, 0x74, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e,
  269. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x11, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x73,
  270. 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x22, 0x26, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74,
  271. 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04,
  272. 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
  273. 0x22, 0x70, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52,
  274. 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  275. 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  276. 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66,
  277. 0x69, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  278. 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42, 0x36, 0x34, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  279. 0x52, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42,
  280. 0x36, 0x34, 0x22, 0x11, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
  281. 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x26, 0x0a, 0x10, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e,
  282. 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
  283. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x13, 0x0a,
  284. 0x11, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65,
  285. 0x73, 0x70, 0x22, 0x24, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x1a, 0x82, 0xb5,
  286. 0x18, 0x16, 0x0a, 0x0b, 0x67, 0x72, 0x70, 0x63, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
  287. 0x07, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x32, 0xf4, 0x02, 0x0a, 0x19, 0x49, 0x6e, 0x73,
  288. 0x74, 0x61, 0x6e, 0x63, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x53,
  289. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x71, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e,
  290. 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x2f, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63,
  291. 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e,
  292. 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x73, 0x74,
  293. 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x30, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  294. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e,
  295. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x73,
  296. 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x6e, 0x0a, 0x0b, 0x41, 0x64, 0x64,
  297. 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  298. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61,
  299. 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x73,
  300. 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  301. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61,
  302. 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x73,
  303. 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x74, 0x0a, 0x0d, 0x53, 0x74, 0x61,
  304. 0x72, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x30, 0x2e, 0x76, 0x32, 0x72,
  305. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74,
  306. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x53, 0x74, 0x61, 0x72,
  307. 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x76,
  308. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e,
  309. 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x53, 0x74,
  310. 0x61, 0x72, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x42,
  311. 0x7f, 0x0a, 0x26, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72,
  312. 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72,
  313. 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x50, 0x01, 0x5a, 0x32, 0x67, 0x69, 0x74,
  314. 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f, 0x76, 0x32,
  315. 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 0x61, 0x70, 0x70, 0x2f,
  316. 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa,
  317. 0x02, 0x1e, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x70, 0x70,
  318. 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
  319. 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  320. })
  321. var (
  322. file_app_instman_command_command_proto_rawDescOnce sync.Once
  323. file_app_instman_command_command_proto_rawDescData []byte
  324. )
  325. func file_app_instman_command_command_proto_rawDescGZIP() []byte {
  326. file_app_instman_command_command_proto_rawDescOnce.Do(func() {
  327. file_app_instman_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_app_instman_command_command_proto_rawDesc), len(file_app_instman_command_command_proto_rawDesc)))
  328. })
  329. return file_app_instman_command_command_proto_rawDescData
  330. }
  331. var file_app_instman_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
  332. var file_app_instman_command_command_proto_goTypes = []any{
  333. (*ListInstanceReq)(nil), // 0: v2ray.core.app.instman.command.ListInstanceReq
  334. (*ListInstanceResp)(nil), // 1: v2ray.core.app.instman.command.ListInstanceResp
  335. (*AddInstanceReq)(nil), // 2: v2ray.core.app.instman.command.AddInstanceReq
  336. (*AddInstanceResp)(nil), // 3: v2ray.core.app.instman.command.AddInstanceResp
  337. (*StartInstanceReq)(nil), // 4: v2ray.core.app.instman.command.StartInstanceReq
  338. (*StartInstanceResp)(nil), // 5: v2ray.core.app.instman.command.StartInstanceResp
  339. (*Config)(nil), // 6: v2ray.core.app.instman.command.Config
  340. }
  341. var file_app_instman_command_command_proto_depIdxs = []int32{
  342. 0, // 0: v2ray.core.app.instman.command.InstanceManagementService.ListInstance:input_type -> v2ray.core.app.instman.command.ListInstanceReq
  343. 2, // 1: v2ray.core.app.instman.command.InstanceManagementService.AddInstance:input_type -> v2ray.core.app.instman.command.AddInstanceReq
  344. 4, // 2: v2ray.core.app.instman.command.InstanceManagementService.StartInstance:input_type -> v2ray.core.app.instman.command.StartInstanceReq
  345. 1, // 3: v2ray.core.app.instman.command.InstanceManagementService.ListInstance:output_type -> v2ray.core.app.instman.command.ListInstanceResp
  346. 3, // 4: v2ray.core.app.instman.command.InstanceManagementService.AddInstance:output_type -> v2ray.core.app.instman.command.AddInstanceResp
  347. 5, // 5: v2ray.core.app.instman.command.InstanceManagementService.StartInstance:output_type -> v2ray.core.app.instman.command.StartInstanceResp
  348. 3, // [3:6] is the sub-list for method output_type
  349. 0, // [0:3] is the sub-list for method input_type
  350. 0, // [0:0] is the sub-list for extension type_name
  351. 0, // [0:0] is the sub-list for extension extendee
  352. 0, // [0:0] is the sub-list for field type_name
  353. }
  354. func init() { file_app_instman_command_command_proto_init() }
  355. func file_app_instman_command_command_proto_init() {
  356. if File_app_instman_command_command_proto != nil {
  357. return
  358. }
  359. type x struct{}
  360. out := protoimpl.TypeBuilder{
  361. File: protoimpl.DescBuilder{
  362. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  363. RawDescriptor: unsafe.Slice(unsafe.StringData(file_app_instman_command_command_proto_rawDesc), len(file_app_instman_command_command_proto_rawDesc)),
  364. NumEnums: 0,
  365. NumMessages: 7,
  366. NumExtensions: 0,
  367. NumServices: 1,
  368. },
  369. GoTypes: file_app_instman_command_command_proto_goTypes,
  370. DependencyIndexes: file_app_instman_command_command_proto_depIdxs,
  371. MessageInfos: file_app_instman_command_command_proto_msgTypes,
  372. }.Build()
  373. File_app_instman_command_command_proto = out.File
  374. file_app_instman_command_command_proto_goTypes = nil
  375. file_app_instman_command_command_proto_depIdxs = nil
  376. }