You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

agent.pb.go 30 kB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954
  1. // 使用的语法版本
  2. // Code generated by protoc-gen-go. DO NOT EDIT.
  3. // versions:
  4. // protoc-gen-go v1.34.2
  5. // protoc v4.22.3
  6. // source: pkgs/grpc/agent/agent.proto
  7. package agent
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. reflect "reflect"
  12. sync "sync"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type StreamDataPacketType int32
  21. const (
  22. StreamDataPacketType_EOF StreamDataPacketType = 0
  23. StreamDataPacketType_Data StreamDataPacketType = 1
  24. StreamDataPacketType_SendArgs StreamDataPacketType = 2
  25. )
  26. // Enum value maps for StreamDataPacketType.
  27. var (
  28. StreamDataPacketType_name = map[int32]string{
  29. 0: "EOF",
  30. 1: "Data",
  31. 2: "SendArgs",
  32. }
  33. StreamDataPacketType_value = map[string]int32{
  34. "EOF": 0,
  35. "Data": 1,
  36. "SendArgs": 2,
  37. }
  38. )
  39. func (x StreamDataPacketType) Enum() *StreamDataPacketType {
  40. p := new(StreamDataPacketType)
  41. *p = x
  42. return p
  43. }
  44. func (x StreamDataPacketType) String() string {
  45. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  46. }
  47. func (StreamDataPacketType) Descriptor() protoreflect.EnumDescriptor {
  48. return file_pkgs_grpc_agent_agent_proto_enumTypes[0].Descriptor()
  49. }
  50. func (StreamDataPacketType) Type() protoreflect.EnumType {
  51. return &file_pkgs_grpc_agent_agent_proto_enumTypes[0]
  52. }
  53. func (x StreamDataPacketType) Number() protoreflect.EnumNumber {
  54. return protoreflect.EnumNumber(x)
  55. }
  56. // Deprecated: Use StreamDataPacketType.Descriptor instead.
  57. func (StreamDataPacketType) EnumDescriptor() ([]byte, []int) {
  58. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{0}
  59. }
  60. type ExecuteIOPlanReq struct {
  61. state protoimpl.MessageState
  62. sizeCache protoimpl.SizeCache
  63. unknownFields protoimpl.UnknownFields
  64. Plan string `protobuf:"bytes,1,opt,name=Plan,proto3" json:"Plan,omitempty"`
  65. }
  66. func (x *ExecuteIOPlanReq) Reset() {
  67. *x = ExecuteIOPlanReq{}
  68. if protoimpl.UnsafeEnabled {
  69. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[0]
  70. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  71. ms.StoreMessageInfo(mi)
  72. }
  73. }
  74. func (x *ExecuteIOPlanReq) String() string {
  75. return protoimpl.X.MessageStringOf(x)
  76. }
  77. func (*ExecuteIOPlanReq) ProtoMessage() {}
  78. func (x *ExecuteIOPlanReq) ProtoReflect() protoreflect.Message {
  79. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[0]
  80. if protoimpl.UnsafeEnabled && x != nil {
  81. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  82. if ms.LoadMessageInfo() == nil {
  83. ms.StoreMessageInfo(mi)
  84. }
  85. return ms
  86. }
  87. return mi.MessageOf(x)
  88. }
  89. // Deprecated: Use ExecuteIOPlanReq.ProtoReflect.Descriptor instead.
  90. func (*ExecuteIOPlanReq) Descriptor() ([]byte, []int) {
  91. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{0}
  92. }
  93. func (x *ExecuteIOPlanReq) GetPlan() string {
  94. if x != nil {
  95. return x.Plan
  96. }
  97. return ""
  98. }
  99. type ExecuteIOPlanResp struct {
  100. state protoimpl.MessageState
  101. sizeCache protoimpl.SizeCache
  102. unknownFields protoimpl.UnknownFields
  103. }
  104. func (x *ExecuteIOPlanResp) Reset() {
  105. *x = ExecuteIOPlanResp{}
  106. if protoimpl.UnsafeEnabled {
  107. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[1]
  108. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  109. ms.StoreMessageInfo(mi)
  110. }
  111. }
  112. func (x *ExecuteIOPlanResp) String() string {
  113. return protoimpl.X.MessageStringOf(x)
  114. }
  115. func (*ExecuteIOPlanResp) ProtoMessage() {}
  116. func (x *ExecuteIOPlanResp) ProtoReflect() protoreflect.Message {
  117. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[1]
  118. if protoimpl.UnsafeEnabled && x != nil {
  119. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  120. if ms.LoadMessageInfo() == nil {
  121. ms.StoreMessageInfo(mi)
  122. }
  123. return ms
  124. }
  125. return mi.MessageOf(x)
  126. }
  127. // Deprecated: Use ExecuteIOPlanResp.ProtoReflect.Descriptor instead.
  128. func (*ExecuteIOPlanResp) Descriptor() ([]byte, []int) {
  129. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{1}
  130. }
  131. // 文件数据。注意:只在Type为Data或EOF的时候,Data字段才能有数据
  132. type FileDataPacket struct {
  133. state protoimpl.MessageState
  134. sizeCache protoimpl.SizeCache
  135. unknownFields protoimpl.UnknownFields
  136. Type StreamDataPacketType `protobuf:"varint,1,opt,name=Type,proto3,enum=StreamDataPacketType" json:"Type,omitempty"`
  137. Data []byte `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
  138. }
  139. func (x *FileDataPacket) Reset() {
  140. *x = FileDataPacket{}
  141. if protoimpl.UnsafeEnabled {
  142. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[2]
  143. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  144. ms.StoreMessageInfo(mi)
  145. }
  146. }
  147. func (x *FileDataPacket) String() string {
  148. return protoimpl.X.MessageStringOf(x)
  149. }
  150. func (*FileDataPacket) ProtoMessage() {}
  151. func (x *FileDataPacket) ProtoReflect() protoreflect.Message {
  152. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[2]
  153. if protoimpl.UnsafeEnabled && x != nil {
  154. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  155. if ms.LoadMessageInfo() == nil {
  156. ms.StoreMessageInfo(mi)
  157. }
  158. return ms
  159. }
  160. return mi.MessageOf(x)
  161. }
  162. // Deprecated: Use FileDataPacket.ProtoReflect.Descriptor instead.
  163. func (*FileDataPacket) Descriptor() ([]byte, []int) {
  164. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{2}
  165. }
  166. func (x *FileDataPacket) GetType() StreamDataPacketType {
  167. if x != nil {
  168. return x.Type
  169. }
  170. return StreamDataPacketType_EOF
  171. }
  172. func (x *FileDataPacket) GetData() []byte {
  173. if x != nil {
  174. return x.Data
  175. }
  176. return nil
  177. }
  178. // 注:EOF时data也可能有数据
  179. type StreamDataPacket struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. Type StreamDataPacketType `protobuf:"varint,1,opt,name=Type,proto3,enum=StreamDataPacketType" json:"Type,omitempty"`
  184. PlanID string `protobuf:"bytes,2,opt,name=PlanID,proto3" json:"PlanID,omitempty"`
  185. VarID int32 `protobuf:"varint,3,opt,name=VarID,proto3" json:"VarID,omitempty"`
  186. Data []byte `protobuf:"bytes,4,opt,name=Data,proto3" json:"Data,omitempty"`
  187. }
  188. func (x *StreamDataPacket) Reset() {
  189. *x = StreamDataPacket{}
  190. if protoimpl.UnsafeEnabled {
  191. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[3]
  192. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  193. ms.StoreMessageInfo(mi)
  194. }
  195. }
  196. func (x *StreamDataPacket) String() string {
  197. return protoimpl.X.MessageStringOf(x)
  198. }
  199. func (*StreamDataPacket) ProtoMessage() {}
  200. func (x *StreamDataPacket) ProtoReflect() protoreflect.Message {
  201. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[3]
  202. if protoimpl.UnsafeEnabled && x != nil {
  203. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  204. if ms.LoadMessageInfo() == nil {
  205. ms.StoreMessageInfo(mi)
  206. }
  207. return ms
  208. }
  209. return mi.MessageOf(x)
  210. }
  211. // Deprecated: Use StreamDataPacket.ProtoReflect.Descriptor instead.
  212. func (*StreamDataPacket) Descriptor() ([]byte, []int) {
  213. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{3}
  214. }
  215. func (x *StreamDataPacket) GetType() StreamDataPacketType {
  216. if x != nil {
  217. return x.Type
  218. }
  219. return StreamDataPacketType_EOF
  220. }
  221. func (x *StreamDataPacket) GetPlanID() string {
  222. if x != nil {
  223. return x.PlanID
  224. }
  225. return ""
  226. }
  227. func (x *StreamDataPacket) GetVarID() int32 {
  228. if x != nil {
  229. return x.VarID
  230. }
  231. return 0
  232. }
  233. func (x *StreamDataPacket) GetData() []byte {
  234. if x != nil {
  235. return x.Data
  236. }
  237. return nil
  238. }
  239. type SendStreamResp struct {
  240. state protoimpl.MessageState
  241. sizeCache protoimpl.SizeCache
  242. unknownFields protoimpl.UnknownFields
  243. }
  244. func (x *SendStreamResp) Reset() {
  245. *x = SendStreamResp{}
  246. if protoimpl.UnsafeEnabled {
  247. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[4]
  248. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  249. ms.StoreMessageInfo(mi)
  250. }
  251. }
  252. func (x *SendStreamResp) String() string {
  253. return protoimpl.X.MessageStringOf(x)
  254. }
  255. func (*SendStreamResp) ProtoMessage() {}
  256. func (x *SendStreamResp) ProtoReflect() protoreflect.Message {
  257. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[4]
  258. if protoimpl.UnsafeEnabled && x != nil {
  259. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  260. if ms.LoadMessageInfo() == nil {
  261. ms.StoreMessageInfo(mi)
  262. }
  263. return ms
  264. }
  265. return mi.MessageOf(x)
  266. }
  267. // Deprecated: Use SendStreamResp.ProtoReflect.Descriptor instead.
  268. func (*SendStreamResp) Descriptor() ([]byte, []int) {
  269. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{4}
  270. }
  271. type GetStreamReq struct {
  272. state protoimpl.MessageState
  273. sizeCache protoimpl.SizeCache
  274. unknownFields protoimpl.UnknownFields
  275. PlanID string `protobuf:"bytes,1,opt,name=PlanID,proto3" json:"PlanID,omitempty"`
  276. VarID int32 `protobuf:"varint,2,opt,name=VarID,proto3" json:"VarID,omitempty"`
  277. Signal string `protobuf:"bytes,3,opt,name=Signal,proto3" json:"Signal,omitempty"`
  278. }
  279. func (x *GetStreamReq) Reset() {
  280. *x = GetStreamReq{}
  281. if protoimpl.UnsafeEnabled {
  282. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[5]
  283. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  284. ms.StoreMessageInfo(mi)
  285. }
  286. }
  287. func (x *GetStreamReq) String() string {
  288. return protoimpl.X.MessageStringOf(x)
  289. }
  290. func (*GetStreamReq) ProtoMessage() {}
  291. func (x *GetStreamReq) ProtoReflect() protoreflect.Message {
  292. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[5]
  293. if protoimpl.UnsafeEnabled && x != nil {
  294. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  295. if ms.LoadMessageInfo() == nil {
  296. ms.StoreMessageInfo(mi)
  297. }
  298. return ms
  299. }
  300. return mi.MessageOf(x)
  301. }
  302. // Deprecated: Use GetStreamReq.ProtoReflect.Descriptor instead.
  303. func (*GetStreamReq) Descriptor() ([]byte, []int) {
  304. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{5}
  305. }
  306. func (x *GetStreamReq) GetPlanID() string {
  307. if x != nil {
  308. return x.PlanID
  309. }
  310. return ""
  311. }
  312. func (x *GetStreamReq) GetVarID() int32 {
  313. if x != nil {
  314. return x.VarID
  315. }
  316. return 0
  317. }
  318. func (x *GetStreamReq) GetSignal() string {
  319. if x != nil {
  320. return x.Signal
  321. }
  322. return ""
  323. }
  324. type SendVarReq struct {
  325. state protoimpl.MessageState
  326. sizeCache protoimpl.SizeCache
  327. unknownFields protoimpl.UnknownFields
  328. PlanID string `protobuf:"bytes,1,opt,name=PlanID,proto3" json:"PlanID,omitempty"`
  329. Var string `protobuf:"bytes,2,opt,name=Var,proto3" json:"Var,omitempty"`
  330. }
  331. func (x *SendVarReq) Reset() {
  332. *x = SendVarReq{}
  333. if protoimpl.UnsafeEnabled {
  334. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[6]
  335. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  336. ms.StoreMessageInfo(mi)
  337. }
  338. }
  339. func (x *SendVarReq) String() string {
  340. return protoimpl.X.MessageStringOf(x)
  341. }
  342. func (*SendVarReq) ProtoMessage() {}
  343. func (x *SendVarReq) ProtoReflect() protoreflect.Message {
  344. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[6]
  345. if protoimpl.UnsafeEnabled && x != nil {
  346. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  347. if ms.LoadMessageInfo() == nil {
  348. ms.StoreMessageInfo(mi)
  349. }
  350. return ms
  351. }
  352. return mi.MessageOf(x)
  353. }
  354. // Deprecated: Use SendVarReq.ProtoReflect.Descriptor instead.
  355. func (*SendVarReq) Descriptor() ([]byte, []int) {
  356. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{6}
  357. }
  358. func (x *SendVarReq) GetPlanID() string {
  359. if x != nil {
  360. return x.PlanID
  361. }
  362. return ""
  363. }
  364. func (x *SendVarReq) GetVar() string {
  365. if x != nil {
  366. return x.Var
  367. }
  368. return ""
  369. }
  370. type SendVarResp struct {
  371. state protoimpl.MessageState
  372. sizeCache protoimpl.SizeCache
  373. unknownFields protoimpl.UnknownFields
  374. }
  375. func (x *SendVarResp) Reset() {
  376. *x = SendVarResp{}
  377. if protoimpl.UnsafeEnabled {
  378. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[7]
  379. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  380. ms.StoreMessageInfo(mi)
  381. }
  382. }
  383. func (x *SendVarResp) String() string {
  384. return protoimpl.X.MessageStringOf(x)
  385. }
  386. func (*SendVarResp) ProtoMessage() {}
  387. func (x *SendVarResp) ProtoReflect() protoreflect.Message {
  388. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[7]
  389. if protoimpl.UnsafeEnabled && x != nil {
  390. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  391. if ms.LoadMessageInfo() == nil {
  392. ms.StoreMessageInfo(mi)
  393. }
  394. return ms
  395. }
  396. return mi.MessageOf(x)
  397. }
  398. // Deprecated: Use SendVarResp.ProtoReflect.Descriptor instead.
  399. func (*SendVarResp) Descriptor() ([]byte, []int) {
  400. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{7}
  401. }
  402. type GetVarReq struct {
  403. state protoimpl.MessageState
  404. sizeCache protoimpl.SizeCache
  405. unknownFields protoimpl.UnknownFields
  406. PlanID string `protobuf:"bytes,1,opt,name=PlanID,proto3" json:"PlanID,omitempty"`
  407. Var string `protobuf:"bytes,2,opt,name=Var,proto3" json:"Var,omitempty"`
  408. Signal string `protobuf:"bytes,3,opt,name=Signal,proto3" json:"Signal,omitempty"`
  409. }
  410. func (x *GetVarReq) Reset() {
  411. *x = GetVarReq{}
  412. if protoimpl.UnsafeEnabled {
  413. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[8]
  414. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  415. ms.StoreMessageInfo(mi)
  416. }
  417. }
  418. func (x *GetVarReq) String() string {
  419. return protoimpl.X.MessageStringOf(x)
  420. }
  421. func (*GetVarReq) ProtoMessage() {}
  422. func (x *GetVarReq) ProtoReflect() protoreflect.Message {
  423. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[8]
  424. if protoimpl.UnsafeEnabled && x != nil {
  425. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  426. if ms.LoadMessageInfo() == nil {
  427. ms.StoreMessageInfo(mi)
  428. }
  429. return ms
  430. }
  431. return mi.MessageOf(x)
  432. }
  433. // Deprecated: Use GetVarReq.ProtoReflect.Descriptor instead.
  434. func (*GetVarReq) Descriptor() ([]byte, []int) {
  435. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{8}
  436. }
  437. func (x *GetVarReq) GetPlanID() string {
  438. if x != nil {
  439. return x.PlanID
  440. }
  441. return ""
  442. }
  443. func (x *GetVarReq) GetVar() string {
  444. if x != nil {
  445. return x.Var
  446. }
  447. return ""
  448. }
  449. func (x *GetVarReq) GetSignal() string {
  450. if x != nil {
  451. return x.Signal
  452. }
  453. return ""
  454. }
  455. type GetVarResp struct {
  456. state protoimpl.MessageState
  457. sizeCache protoimpl.SizeCache
  458. unknownFields protoimpl.UnknownFields
  459. Var string `protobuf:"bytes,1,opt,name=Var,proto3" json:"Var,omitempty"` // 此处不使用VarID的原因是,Switch的BindVars函数还需要知道Var的类型
  460. }
  461. func (x *GetVarResp) Reset() {
  462. *x = GetVarResp{}
  463. if protoimpl.UnsafeEnabled {
  464. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[9]
  465. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  466. ms.StoreMessageInfo(mi)
  467. }
  468. }
  469. func (x *GetVarResp) String() string {
  470. return protoimpl.X.MessageStringOf(x)
  471. }
  472. func (*GetVarResp) ProtoMessage() {}
  473. func (x *GetVarResp) ProtoReflect() protoreflect.Message {
  474. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[9]
  475. if protoimpl.UnsafeEnabled && x != nil {
  476. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  477. if ms.LoadMessageInfo() == nil {
  478. ms.StoreMessageInfo(mi)
  479. }
  480. return ms
  481. }
  482. return mi.MessageOf(x)
  483. }
  484. // Deprecated: Use GetVarResp.ProtoReflect.Descriptor instead.
  485. func (*GetVarResp) Descriptor() ([]byte, []int) {
  486. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{9}
  487. }
  488. func (x *GetVarResp) GetVar() string {
  489. if x != nil {
  490. return x.Var
  491. }
  492. return ""
  493. }
  494. type PingReq struct {
  495. state protoimpl.MessageState
  496. sizeCache protoimpl.SizeCache
  497. unknownFields protoimpl.UnknownFields
  498. }
  499. func (x *PingReq) Reset() {
  500. *x = PingReq{}
  501. if protoimpl.UnsafeEnabled {
  502. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[10]
  503. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  504. ms.StoreMessageInfo(mi)
  505. }
  506. }
  507. func (x *PingReq) String() string {
  508. return protoimpl.X.MessageStringOf(x)
  509. }
  510. func (*PingReq) ProtoMessage() {}
  511. func (x *PingReq) ProtoReflect() protoreflect.Message {
  512. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[10]
  513. if protoimpl.UnsafeEnabled && x != nil {
  514. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  515. if ms.LoadMessageInfo() == nil {
  516. ms.StoreMessageInfo(mi)
  517. }
  518. return ms
  519. }
  520. return mi.MessageOf(x)
  521. }
  522. // Deprecated: Use PingReq.ProtoReflect.Descriptor instead.
  523. func (*PingReq) Descriptor() ([]byte, []int) {
  524. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{10}
  525. }
  526. type PingResp struct {
  527. state protoimpl.MessageState
  528. sizeCache protoimpl.SizeCache
  529. unknownFields protoimpl.UnknownFields
  530. }
  531. func (x *PingResp) Reset() {
  532. *x = PingResp{}
  533. if protoimpl.UnsafeEnabled {
  534. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[11]
  535. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  536. ms.StoreMessageInfo(mi)
  537. }
  538. }
  539. func (x *PingResp) String() string {
  540. return protoimpl.X.MessageStringOf(x)
  541. }
  542. func (*PingResp) ProtoMessage() {}
  543. func (x *PingResp) ProtoReflect() protoreflect.Message {
  544. mi := &file_pkgs_grpc_agent_agent_proto_msgTypes[11]
  545. if protoimpl.UnsafeEnabled && x != nil {
  546. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  547. if ms.LoadMessageInfo() == nil {
  548. ms.StoreMessageInfo(mi)
  549. }
  550. return ms
  551. }
  552. return mi.MessageOf(x)
  553. }
  554. // Deprecated: Use PingResp.ProtoReflect.Descriptor instead.
  555. func (*PingResp) Descriptor() ([]byte, []int) {
  556. return file_pkgs_grpc_agent_agent_proto_rawDescGZIP(), []int{11}
  557. }
  558. var File_pkgs_grpc_agent_agent_proto protoreflect.FileDescriptor
  559. var file_pkgs_grpc_agent_agent_proto_rawDesc = []byte{
  560. 0x0a, 0x1b, 0x70, 0x6b, 0x67, 0x73, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x61, 0x67, 0x65, 0x6e,
  561. 0x74, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x26, 0x0a,
  562. 0x10, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x49, 0x4f, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65,
  563. 0x71, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x6c, 0x61, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  564. 0x04, 0x50, 0x6c, 0x61, 0x6e, 0x22, 0x13, 0x0a, 0x11, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65,
  565. 0x49, 0x4f, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x0a, 0x0e, 0x46, 0x69,
  566. 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x29, 0x0a, 0x04,
  567. 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x53, 0x74, 0x72,
  568. 0x65, 0x61, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x79, 0x70,
  569. 0x65, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18,
  570. 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x7f, 0x0a, 0x10, 0x53,
  571. 0x74, 0x72, 0x65, 0x61, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x12,
  572. 0x29, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e,
  573. 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74,
  574. 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x6c,
  575. 0x61, 0x6e, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x50, 0x6c, 0x61, 0x6e,
  576. 0x49, 0x44, 0x12, 0x14, 0x0a, 0x05, 0x56, 0x61, 0x72, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28,
  577. 0x05, 0x52, 0x05, 0x56, 0x61, 0x72, 0x49, 0x44, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61,
  578. 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x10, 0x0a, 0x0e,
  579. 0x53, 0x65, 0x6e, 0x64, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x54,
  580. 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x16,
  581. 0x0a, 0x06, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  582. 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x44, 0x12, 0x14, 0x0a, 0x05, 0x56, 0x61, 0x72, 0x49, 0x44, 0x18,
  583. 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x56, 0x61, 0x72, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06,
  584. 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x53, 0x69,
  585. 0x67, 0x6e, 0x61, 0x6c, 0x22, 0x36, 0x0a, 0x0a, 0x53, 0x65, 0x6e, 0x64, 0x56, 0x61, 0x72, 0x52,
  586. 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
  587. 0x28, 0x09, 0x52, 0x06, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x44, 0x12, 0x10, 0x0a, 0x03, 0x56, 0x61,
  588. 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x56, 0x61, 0x72, 0x22, 0x0d, 0x0a, 0x0b,
  589. 0x53, 0x65, 0x6e, 0x64, 0x56, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4d, 0x0a, 0x09, 0x47,
  590. 0x65, 0x74, 0x56, 0x61, 0x72, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x6c, 0x61, 0x6e,
  591. 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x44,
  592. 0x12, 0x10, 0x0a, 0x03, 0x56, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x56,
  593. 0x61, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01,
  594. 0x28, 0x09, 0x52, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0x1e, 0x0a, 0x0a, 0x47, 0x65,
  595. 0x74, 0x56, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x56, 0x61, 0x72, 0x18,
  596. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x56, 0x61, 0x72, 0x22, 0x09, 0x0a, 0x07, 0x50, 0x69,
  597. 0x6e, 0x67, 0x52, 0x65, 0x71, 0x22, 0x0a, 0x0a, 0x08, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73,
  598. 0x70, 0x2a, 0x37, 0x0a, 0x14, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x50,
  599. 0x61, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x07, 0x0a, 0x03, 0x45, 0x4f, 0x46,
  600. 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08,
  601. 0x53, 0x65, 0x6e, 0x64, 0x41, 0x72, 0x67, 0x73, 0x10, 0x02, 0x32, 0x96, 0x02, 0x0a, 0x05, 0x41,
  602. 0x67, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x0a, 0x0d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x49,
  603. 0x4f, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x11, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x49,
  604. 0x4f, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x45, 0x78, 0x65, 0x63, 0x75,
  605. 0x74, 0x65, 0x49, 0x4f, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x34,
  606. 0x0a, 0x0a, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x11, 0x2e, 0x53,
  607. 0x74, 0x72, 0x65, 0x61, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x1a,
  608. 0x0f, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70,
  609. 0x22, 0x00, 0x28, 0x01, 0x12, 0x31, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61,
  610. 0x6d, 0x12, 0x0d, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71,
  611. 0x1a, 0x11, 0x2e, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x50, 0x61, 0x63,
  612. 0x6b, 0x65, 0x74, 0x22, 0x00, 0x30, 0x01, 0x12, 0x26, 0x0a, 0x07, 0x53, 0x65, 0x6e, 0x64, 0x56,
  613. 0x61, 0x72, 0x12, 0x0b, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x56, 0x61, 0x72, 0x52, 0x65, 0x71, 0x1a,
  614. 0x0c, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x56, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12,
  615. 0x23, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x56, 0x61, 0x72, 0x12, 0x0a, 0x2e, 0x47, 0x65, 0x74, 0x56,
  616. 0x61, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x0b, 0x2e, 0x47, 0x65, 0x74, 0x56, 0x61, 0x72, 0x52, 0x65,
  617. 0x73, 0x70, 0x22, 0x00, 0x12, 0x1d, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x08, 0x2e, 0x50,
  618. 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73,
  619. 0x70, 0x22, 0x00, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x3b, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x62, 0x06,
  620. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  621. }
  622. var (
  623. file_pkgs_grpc_agent_agent_proto_rawDescOnce sync.Once
  624. file_pkgs_grpc_agent_agent_proto_rawDescData = file_pkgs_grpc_agent_agent_proto_rawDesc
  625. )
  626. func file_pkgs_grpc_agent_agent_proto_rawDescGZIP() []byte {
  627. file_pkgs_grpc_agent_agent_proto_rawDescOnce.Do(func() {
  628. file_pkgs_grpc_agent_agent_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkgs_grpc_agent_agent_proto_rawDescData)
  629. })
  630. return file_pkgs_grpc_agent_agent_proto_rawDescData
  631. }
  632. var file_pkgs_grpc_agent_agent_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
  633. var file_pkgs_grpc_agent_agent_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
  634. var file_pkgs_grpc_agent_agent_proto_goTypes = []any{
  635. (StreamDataPacketType)(0), // 0: StreamDataPacketType
  636. (*ExecuteIOPlanReq)(nil), // 1: ExecuteIOPlanReq
  637. (*ExecuteIOPlanResp)(nil), // 2: ExecuteIOPlanResp
  638. (*FileDataPacket)(nil), // 3: FileDataPacket
  639. (*StreamDataPacket)(nil), // 4: StreamDataPacket
  640. (*SendStreamResp)(nil), // 5: SendStreamResp
  641. (*GetStreamReq)(nil), // 6: GetStreamReq
  642. (*SendVarReq)(nil), // 7: SendVarReq
  643. (*SendVarResp)(nil), // 8: SendVarResp
  644. (*GetVarReq)(nil), // 9: GetVarReq
  645. (*GetVarResp)(nil), // 10: GetVarResp
  646. (*PingReq)(nil), // 11: PingReq
  647. (*PingResp)(nil), // 12: PingResp
  648. }
  649. var file_pkgs_grpc_agent_agent_proto_depIdxs = []int32{
  650. 0, // 0: FileDataPacket.Type:type_name -> StreamDataPacketType
  651. 0, // 1: StreamDataPacket.Type:type_name -> StreamDataPacketType
  652. 1, // 2: Agent.ExecuteIOPlan:input_type -> ExecuteIOPlanReq
  653. 4, // 3: Agent.SendStream:input_type -> StreamDataPacket
  654. 6, // 4: Agent.GetStream:input_type -> GetStreamReq
  655. 7, // 5: Agent.SendVar:input_type -> SendVarReq
  656. 9, // 6: Agent.GetVar:input_type -> GetVarReq
  657. 11, // 7: Agent.Ping:input_type -> PingReq
  658. 2, // 8: Agent.ExecuteIOPlan:output_type -> ExecuteIOPlanResp
  659. 5, // 9: Agent.SendStream:output_type -> SendStreamResp
  660. 4, // 10: Agent.GetStream:output_type -> StreamDataPacket
  661. 8, // 11: Agent.SendVar:output_type -> SendVarResp
  662. 10, // 12: Agent.GetVar:output_type -> GetVarResp
  663. 12, // 13: Agent.Ping:output_type -> PingResp
  664. 8, // [8:14] is the sub-list for method output_type
  665. 2, // [2:8] is the sub-list for method input_type
  666. 2, // [2:2] is the sub-list for extension type_name
  667. 2, // [2:2] is the sub-list for extension extendee
  668. 0, // [0:2] is the sub-list for field type_name
  669. }
  670. func init() { file_pkgs_grpc_agent_agent_proto_init() }
  671. func file_pkgs_grpc_agent_agent_proto_init() {
  672. if File_pkgs_grpc_agent_agent_proto != nil {
  673. return
  674. }
  675. if !protoimpl.UnsafeEnabled {
  676. file_pkgs_grpc_agent_agent_proto_msgTypes[0].Exporter = func(v any, i int) any {
  677. switch v := v.(*ExecuteIOPlanReq); i {
  678. case 0:
  679. return &v.state
  680. case 1:
  681. return &v.sizeCache
  682. case 2:
  683. return &v.unknownFields
  684. default:
  685. return nil
  686. }
  687. }
  688. file_pkgs_grpc_agent_agent_proto_msgTypes[1].Exporter = func(v any, i int) any {
  689. switch v := v.(*ExecuteIOPlanResp); i {
  690. case 0:
  691. return &v.state
  692. case 1:
  693. return &v.sizeCache
  694. case 2:
  695. return &v.unknownFields
  696. default:
  697. return nil
  698. }
  699. }
  700. file_pkgs_grpc_agent_agent_proto_msgTypes[2].Exporter = func(v any, i int) any {
  701. switch v := v.(*FileDataPacket); i {
  702. case 0:
  703. return &v.state
  704. case 1:
  705. return &v.sizeCache
  706. case 2:
  707. return &v.unknownFields
  708. default:
  709. return nil
  710. }
  711. }
  712. file_pkgs_grpc_agent_agent_proto_msgTypes[3].Exporter = func(v any, i int) any {
  713. switch v := v.(*StreamDataPacket); i {
  714. case 0:
  715. return &v.state
  716. case 1:
  717. return &v.sizeCache
  718. case 2:
  719. return &v.unknownFields
  720. default:
  721. return nil
  722. }
  723. }
  724. file_pkgs_grpc_agent_agent_proto_msgTypes[4].Exporter = func(v any, i int) any {
  725. switch v := v.(*SendStreamResp); i {
  726. case 0:
  727. return &v.state
  728. case 1:
  729. return &v.sizeCache
  730. case 2:
  731. return &v.unknownFields
  732. default:
  733. return nil
  734. }
  735. }
  736. file_pkgs_grpc_agent_agent_proto_msgTypes[5].Exporter = func(v any, i int) any {
  737. switch v := v.(*GetStreamReq); i {
  738. case 0:
  739. return &v.state
  740. case 1:
  741. return &v.sizeCache
  742. case 2:
  743. return &v.unknownFields
  744. default:
  745. return nil
  746. }
  747. }
  748. file_pkgs_grpc_agent_agent_proto_msgTypes[6].Exporter = func(v any, i int) any {
  749. switch v := v.(*SendVarReq); i {
  750. case 0:
  751. return &v.state
  752. case 1:
  753. return &v.sizeCache
  754. case 2:
  755. return &v.unknownFields
  756. default:
  757. return nil
  758. }
  759. }
  760. file_pkgs_grpc_agent_agent_proto_msgTypes[7].Exporter = func(v any, i int) any {
  761. switch v := v.(*SendVarResp); i {
  762. case 0:
  763. return &v.state
  764. case 1:
  765. return &v.sizeCache
  766. case 2:
  767. return &v.unknownFields
  768. default:
  769. return nil
  770. }
  771. }
  772. file_pkgs_grpc_agent_agent_proto_msgTypes[8].Exporter = func(v any, i int) any {
  773. switch v := v.(*GetVarReq); i {
  774. case 0:
  775. return &v.state
  776. case 1:
  777. return &v.sizeCache
  778. case 2:
  779. return &v.unknownFields
  780. default:
  781. return nil
  782. }
  783. }
  784. file_pkgs_grpc_agent_agent_proto_msgTypes[9].Exporter = func(v any, i int) any {
  785. switch v := v.(*GetVarResp); i {
  786. case 0:
  787. return &v.state
  788. case 1:
  789. return &v.sizeCache
  790. case 2:
  791. return &v.unknownFields
  792. default:
  793. return nil
  794. }
  795. }
  796. file_pkgs_grpc_agent_agent_proto_msgTypes[10].Exporter = func(v any, i int) any {
  797. switch v := v.(*PingReq); i {
  798. case 0:
  799. return &v.state
  800. case 1:
  801. return &v.sizeCache
  802. case 2:
  803. return &v.unknownFields
  804. default:
  805. return nil
  806. }
  807. }
  808. file_pkgs_grpc_agent_agent_proto_msgTypes[11].Exporter = func(v any, i int) any {
  809. switch v := v.(*PingResp); i {
  810. case 0:
  811. return &v.state
  812. case 1:
  813. return &v.sizeCache
  814. case 2:
  815. return &v.unknownFields
  816. default:
  817. return nil
  818. }
  819. }
  820. }
  821. type x struct{}
  822. out := protoimpl.TypeBuilder{
  823. File: protoimpl.DescBuilder{
  824. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  825. RawDescriptor: file_pkgs_grpc_agent_agent_proto_rawDesc,
  826. NumEnums: 1,
  827. NumMessages: 12,
  828. NumExtensions: 0,
  829. NumServices: 1,
  830. },
  831. GoTypes: file_pkgs_grpc_agent_agent_proto_goTypes,
  832. DependencyIndexes: file_pkgs_grpc_agent_agent_proto_depIdxs,
  833. EnumInfos: file_pkgs_grpc_agent_agent_proto_enumTypes,
  834. MessageInfos: file_pkgs_grpc_agent_agent_proto_msgTypes,
  835. }.Build()
  836. File_pkgs_grpc_agent_agent_proto = out.File
  837. file_pkgs_grpc_agent_agent_proto_rawDesc = nil
  838. file_pkgs_grpc_agent_agent_proto_goTypes = nil
  839. file_pkgs_grpc_agent_agent_proto_depIdxs = nil
  840. }

本项目旨在将云际存储公共基础设施化,使个人及企业可低门槛使用高效的云际存储服务(安装开箱即用云际存储客户端即可,无需关注其他组件的部署),同时支持用户灵活便捷定制云际存储的功能细节。