filesystem.pb.go 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.0
  4. // protoc v3.15.5
  5. // source: filesystem.proto
  6. package filesystem
  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 DomainReq struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  24. MetaFields []string `protobuf:"bytes,2,rep,name=metaFields,proto3" json:"metaFields,omitempty"` //必须元数据
  25. }
  26. func (x *DomainReq) Reset() {
  27. *x = DomainReq{}
  28. if protoimpl.UnsafeEnabled {
  29. mi := &file_filesystem_proto_msgTypes[0]
  30. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  31. ms.StoreMessageInfo(mi)
  32. }
  33. }
  34. func (x *DomainReq) String() string {
  35. return protoimpl.X.MessageStringOf(x)
  36. }
  37. func (*DomainReq) ProtoMessage() {}
  38. func (x *DomainReq) ProtoReflect() protoreflect.Message {
  39. mi := &file_filesystem_proto_msgTypes[0]
  40. if protoimpl.UnsafeEnabled && x != nil {
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. if ms.LoadMessageInfo() == nil {
  43. ms.StoreMessageInfo(mi)
  44. }
  45. return ms
  46. }
  47. return mi.MessageOf(x)
  48. }
  49. // Deprecated: Use DomainReq.ProtoReflect.Descriptor instead.
  50. func (*DomainReq) Descriptor() ([]byte, []int) {
  51. return file_filesystem_proto_rawDescGZIP(), []int{0}
  52. }
  53. func (x *DomainReq) GetName() string {
  54. if x != nil {
  55. return x.Name
  56. }
  57. return ""
  58. }
  59. func (x *DomainReq) GetMetaFields() []string {
  60. if x != nil {
  61. return x.MetaFields
  62. }
  63. return nil
  64. }
  65. type DomainResp struct {
  66. state protoimpl.MessageState
  67. sizeCache protoimpl.SizeCache
  68. unknownFields protoimpl.UnknownFields
  69. State bool `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
  70. }
  71. func (x *DomainResp) Reset() {
  72. *x = DomainResp{}
  73. if protoimpl.UnsafeEnabled {
  74. mi := &file_filesystem_proto_msgTypes[1]
  75. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  76. ms.StoreMessageInfo(mi)
  77. }
  78. }
  79. func (x *DomainResp) String() string {
  80. return protoimpl.X.MessageStringOf(x)
  81. }
  82. func (*DomainResp) ProtoMessage() {}
  83. func (x *DomainResp) ProtoReflect() protoreflect.Message {
  84. mi := &file_filesystem_proto_msgTypes[1]
  85. if protoimpl.UnsafeEnabled && x != nil {
  86. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  87. if ms.LoadMessageInfo() == nil {
  88. ms.StoreMessageInfo(mi)
  89. }
  90. return ms
  91. }
  92. return mi.MessageOf(x)
  93. }
  94. // Deprecated: Use DomainResp.ProtoReflect.Descriptor instead.
  95. func (*DomainResp) Descriptor() ([]byte, []int) {
  96. return file_filesystem_proto_rawDescGZIP(), []int{1}
  97. }
  98. func (x *DomainResp) GetState() bool {
  99. if x != nil {
  100. return x.State
  101. }
  102. return false
  103. }
  104. //
  105. type SaveFileReq struct {
  106. state protoimpl.MessageState
  107. sizeCache protoimpl.SizeCache
  108. unknownFields protoimpl.UnknownFields
  109. Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` //存入哪个buckets
  110. FileId string `protobuf:"bytes,2,opt,name=fileId,proto3" json:"fileId,omitempty"`
  111. Meta map[string]string `protobuf:"bytes,3,rep,name=meta,proto3" json:"meta,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` //元数据
  112. RawFileContent []byte `protobuf:"bytes,4,opt,name=rawFileContent,proto3" json:"rawFileContent,omitempty"` //文件内容
  113. Charset string `protobuf:"bytes,5,opt,name=charset,proto3" json:"charset,omitempty"` //文件格式
  114. }
  115. func (x *SaveFileReq) Reset() {
  116. *x = SaveFileReq{}
  117. if protoimpl.UnsafeEnabled {
  118. mi := &file_filesystem_proto_msgTypes[2]
  119. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  120. ms.StoreMessageInfo(mi)
  121. }
  122. }
  123. func (x *SaveFileReq) String() string {
  124. return protoimpl.X.MessageStringOf(x)
  125. }
  126. func (*SaveFileReq) ProtoMessage() {}
  127. func (x *SaveFileReq) ProtoReflect() protoreflect.Message {
  128. mi := &file_filesystem_proto_msgTypes[2]
  129. if protoimpl.UnsafeEnabled && x != nil {
  130. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  131. if ms.LoadMessageInfo() == nil {
  132. ms.StoreMessageInfo(mi)
  133. }
  134. return ms
  135. }
  136. return mi.MessageOf(x)
  137. }
  138. // Deprecated: Use SaveFileReq.ProtoReflect.Descriptor instead.
  139. func (*SaveFileReq) Descriptor() ([]byte, []int) {
  140. return file_filesystem_proto_rawDescGZIP(), []int{2}
  141. }
  142. func (x *SaveFileReq) GetDomain() string {
  143. if x != nil {
  144. return x.Domain
  145. }
  146. return ""
  147. }
  148. func (x *SaveFileReq) GetFileId() string {
  149. if x != nil {
  150. return x.FileId
  151. }
  152. return ""
  153. }
  154. func (x *SaveFileReq) GetMeta() map[string]string {
  155. if x != nil {
  156. return x.Meta
  157. }
  158. return nil
  159. }
  160. func (x *SaveFileReq) GetRawFileContent() []byte {
  161. if x != nil {
  162. return x.RawFileContent
  163. }
  164. return nil
  165. }
  166. func (x *SaveFileReq) GetCharset() string {
  167. if x != nil {
  168. return x.Charset
  169. }
  170. return ""
  171. }
  172. //
  173. type FileOpResp struct {
  174. state protoimpl.MessageState
  175. sizeCache protoimpl.SizeCache
  176. unknownFields protoimpl.UnknownFields
  177. State bool `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
  178. Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
  179. FileId string `protobuf:"bytes,3,opt,name=fileId,proto3" json:"fileId,omitempty"` //文件ID
  180. }
  181. func (x *FileOpResp) Reset() {
  182. *x = FileOpResp{}
  183. if protoimpl.UnsafeEnabled {
  184. mi := &file_filesystem_proto_msgTypes[3]
  185. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  186. ms.StoreMessageInfo(mi)
  187. }
  188. }
  189. func (x *FileOpResp) String() string {
  190. return protoimpl.X.MessageStringOf(x)
  191. }
  192. func (*FileOpResp) ProtoMessage() {}
  193. func (x *FileOpResp) ProtoReflect() protoreflect.Message {
  194. mi := &file_filesystem_proto_msgTypes[3]
  195. if protoimpl.UnsafeEnabled && x != nil {
  196. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  197. if ms.LoadMessageInfo() == nil {
  198. ms.StoreMessageInfo(mi)
  199. }
  200. return ms
  201. }
  202. return mi.MessageOf(x)
  203. }
  204. // Deprecated: Use FileOpResp.ProtoReflect.Descriptor instead.
  205. func (*FileOpResp) Descriptor() ([]byte, []int) {
  206. return file_filesystem_proto_rawDescGZIP(), []int{3}
  207. }
  208. func (x *FileOpResp) GetState() bool {
  209. if x != nil {
  210. return x.State
  211. }
  212. return false
  213. }
  214. func (x *FileOpResp) GetDomain() string {
  215. if x != nil {
  216. return x.Domain
  217. }
  218. return ""
  219. }
  220. func (x *FileOpResp) GetFileId() string {
  221. if x != nil {
  222. return x.FileId
  223. }
  224. return ""
  225. }
  226. //
  227. type UpdateFileMetaReq struct {
  228. state protoimpl.MessageState
  229. sizeCache protoimpl.SizeCache
  230. unknownFields protoimpl.UnknownFields
  231. Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` //存入哪个buckets
  232. FileId string `protobuf:"bytes,2,opt,name=fileId,proto3" json:"fileId,omitempty"`
  233. Meta map[string]string `protobuf:"bytes,3,rep,name=meta,proto3" json:"meta,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` //元数据
  234. }
  235. func (x *UpdateFileMetaReq) Reset() {
  236. *x = UpdateFileMetaReq{}
  237. if protoimpl.UnsafeEnabled {
  238. mi := &file_filesystem_proto_msgTypes[4]
  239. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  240. ms.StoreMessageInfo(mi)
  241. }
  242. }
  243. func (x *UpdateFileMetaReq) String() string {
  244. return protoimpl.X.MessageStringOf(x)
  245. }
  246. func (*UpdateFileMetaReq) ProtoMessage() {}
  247. func (x *UpdateFileMetaReq) ProtoReflect() protoreflect.Message {
  248. mi := &file_filesystem_proto_msgTypes[4]
  249. if protoimpl.UnsafeEnabled && x != nil {
  250. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  251. if ms.LoadMessageInfo() == nil {
  252. ms.StoreMessageInfo(mi)
  253. }
  254. return ms
  255. }
  256. return mi.MessageOf(x)
  257. }
  258. // Deprecated: Use UpdateFileMetaReq.ProtoReflect.Descriptor instead.
  259. func (*UpdateFileMetaReq) Descriptor() ([]byte, []int) {
  260. return file_filesystem_proto_rawDescGZIP(), []int{4}
  261. }
  262. func (x *UpdateFileMetaReq) GetDomain() string {
  263. if x != nil {
  264. return x.Domain
  265. }
  266. return ""
  267. }
  268. func (x *UpdateFileMetaReq) GetFileId() string {
  269. if x != nil {
  270. return x.FileId
  271. }
  272. return ""
  273. }
  274. func (x *UpdateFileMetaReq) GetMeta() map[string]string {
  275. if x != nil {
  276. return x.Meta
  277. }
  278. return nil
  279. }
  280. //
  281. type LoadFileReq struct {
  282. state protoimpl.MessageState
  283. sizeCache protoimpl.SizeCache
  284. unknownFields protoimpl.UnknownFields
  285. Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` //存入哪个buckets
  286. FileId string `protobuf:"bytes,2,opt,name=fileId,proto3" json:"fileId,omitempty"` //objectName
  287. }
  288. func (x *LoadFileReq) Reset() {
  289. *x = LoadFileReq{}
  290. if protoimpl.UnsafeEnabled {
  291. mi := &file_filesystem_proto_msgTypes[5]
  292. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  293. ms.StoreMessageInfo(mi)
  294. }
  295. }
  296. func (x *LoadFileReq) String() string {
  297. return protoimpl.X.MessageStringOf(x)
  298. }
  299. func (*LoadFileReq) ProtoMessage() {}
  300. func (x *LoadFileReq) ProtoReflect() protoreflect.Message {
  301. mi := &file_filesystem_proto_msgTypes[5]
  302. if protoimpl.UnsafeEnabled && x != nil {
  303. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  304. if ms.LoadMessageInfo() == nil {
  305. ms.StoreMessageInfo(mi)
  306. }
  307. return ms
  308. }
  309. return mi.MessageOf(x)
  310. }
  311. // Deprecated: Use LoadFileReq.ProtoReflect.Descriptor instead.
  312. func (*LoadFileReq) Descriptor() ([]byte, []int) {
  313. return file_filesystem_proto_rawDescGZIP(), []int{5}
  314. }
  315. func (x *LoadFileReq) GetDomain() string {
  316. if x != nil {
  317. return x.Domain
  318. }
  319. return ""
  320. }
  321. func (x *LoadFileReq) GetFileId() string {
  322. if x != nil {
  323. return x.FileId
  324. }
  325. return ""
  326. }
  327. //
  328. type LoadFileResp struct {
  329. state protoimpl.MessageState
  330. sizeCache protoimpl.SizeCache
  331. unknownFields protoimpl.UnknownFields
  332. Meta map[string]string `protobuf:"bytes,2,rep,name=meta,proto3" json:"meta,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` //元数据
  333. RawFileContent []byte `protobuf:"bytes,3,opt,name=rawFileContent,proto3" json:"rawFileContent,omitempty"` //文件内容
  334. }
  335. func (x *LoadFileResp) Reset() {
  336. *x = LoadFileResp{}
  337. if protoimpl.UnsafeEnabled {
  338. mi := &file_filesystem_proto_msgTypes[6]
  339. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  340. ms.StoreMessageInfo(mi)
  341. }
  342. }
  343. func (x *LoadFileResp) String() string {
  344. return protoimpl.X.MessageStringOf(x)
  345. }
  346. func (*LoadFileResp) ProtoMessage() {}
  347. func (x *LoadFileResp) ProtoReflect() protoreflect.Message {
  348. mi := &file_filesystem_proto_msgTypes[6]
  349. if protoimpl.UnsafeEnabled && x != nil {
  350. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  351. if ms.LoadMessageInfo() == nil {
  352. ms.StoreMessageInfo(mi)
  353. }
  354. return ms
  355. }
  356. return mi.MessageOf(x)
  357. }
  358. // Deprecated: Use LoadFileResp.ProtoReflect.Descriptor instead.
  359. func (*LoadFileResp) Descriptor() ([]byte, []int) {
  360. return file_filesystem_proto_rawDescGZIP(), []int{6}
  361. }
  362. func (x *LoadFileResp) GetMeta() map[string]string {
  363. if x != nil {
  364. return x.Meta
  365. }
  366. return nil
  367. }
  368. func (x *LoadFileResp) GetRawFileContent() []byte {
  369. if x != nil {
  370. return x.RawFileContent
  371. }
  372. return nil
  373. }
  374. //
  375. type LoadFileMetaResp struct {
  376. state protoimpl.MessageState
  377. sizeCache protoimpl.SizeCache
  378. unknownFields protoimpl.UnknownFields
  379. Meta map[string]string `protobuf:"bytes,2,rep,name=meta,proto3" json:"meta,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` //元数据
  380. }
  381. func (x *LoadFileMetaResp) Reset() {
  382. *x = LoadFileMetaResp{}
  383. if protoimpl.UnsafeEnabled {
  384. mi := &file_filesystem_proto_msgTypes[7]
  385. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  386. ms.StoreMessageInfo(mi)
  387. }
  388. }
  389. func (x *LoadFileMetaResp) String() string {
  390. return protoimpl.X.MessageStringOf(x)
  391. }
  392. func (*LoadFileMetaResp) ProtoMessage() {}
  393. func (x *LoadFileMetaResp) ProtoReflect() protoreflect.Message {
  394. mi := &file_filesystem_proto_msgTypes[7]
  395. if protoimpl.UnsafeEnabled && x != nil {
  396. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  397. if ms.LoadMessageInfo() == nil {
  398. ms.StoreMessageInfo(mi)
  399. }
  400. return ms
  401. }
  402. return mi.MessageOf(x)
  403. }
  404. // Deprecated: Use LoadFileMetaResp.ProtoReflect.Descriptor instead.
  405. func (*LoadFileMetaResp) Descriptor() ([]byte, []int) {
  406. return file_filesystem_proto_rawDescGZIP(), []int{7}
  407. }
  408. func (x *LoadFileMetaResp) GetMeta() map[string]string {
  409. if x != nil {
  410. return x.Meta
  411. }
  412. return nil
  413. }
  414. type OssUrlResp struct {
  415. state protoimpl.MessageState
  416. sizeCache protoimpl.SizeCache
  417. unknownFields protoimpl.UnknownFields
  418. OssUrl string `protobuf:"bytes,1,opt,name=ossUrl,proto3" json:"ossUrl,omitempty"`
  419. }
  420. func (x *OssUrlResp) Reset() {
  421. *x = OssUrlResp{}
  422. if protoimpl.UnsafeEnabled {
  423. mi := &file_filesystem_proto_msgTypes[8]
  424. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  425. ms.StoreMessageInfo(mi)
  426. }
  427. }
  428. func (x *OssUrlResp) String() string {
  429. return protoimpl.X.MessageStringOf(x)
  430. }
  431. func (*OssUrlResp) ProtoMessage() {}
  432. func (x *OssUrlResp) ProtoReflect() protoreflect.Message {
  433. mi := &file_filesystem_proto_msgTypes[8]
  434. if protoimpl.UnsafeEnabled && x != nil {
  435. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  436. if ms.LoadMessageInfo() == nil {
  437. ms.StoreMessageInfo(mi)
  438. }
  439. return ms
  440. }
  441. return mi.MessageOf(x)
  442. }
  443. // Deprecated: Use OssUrlResp.ProtoReflect.Descriptor instead.
  444. func (*OssUrlResp) Descriptor() ([]byte, []int) {
  445. return file_filesystem_proto_rawDescGZIP(), []int{8}
  446. }
  447. func (x *OssUrlResp) GetOssUrl() string {
  448. if x != nil {
  449. return x.OssUrl
  450. }
  451. return ""
  452. }
  453. var File_filesystem_proto protoreflect.FileDescriptor
  454. var file_filesystem_proto_rawDesc = []byte{
  455. 0x0a, 0x10, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x70, 0x72, 0x6f,
  456. 0x74, 0x6f, 0x12, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x22, 0x3f,
  457. 0x0a, 0x09, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e,
  458. 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  459. 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x74, 0x61, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20,
  460. 0x03, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x74, 0x61, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22,
  461. 0x22, 0x0a, 0x0a, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a,
  462. 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x73, 0x74,
  463. 0x61, 0x74, 0x65, 0x22, 0xef, 0x01, 0x0a, 0x0b, 0x53, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65,
  464. 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20,
  465. 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66,
  466. 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c,
  467. 0x65, 0x49, 0x64, 0x12, 0x35, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28,
  468. 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x53,
  469. 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x45,
  470. 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x61,
  471. 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01,
  472. 0x28, 0x0c, 0x52, 0x0e, 0x72, 0x61, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65,
  473. 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x72, 0x73, 0x65, 0x74, 0x18, 0x05, 0x20,
  474. 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x72, 0x73, 0x65, 0x74, 0x1a, 0x37, 0x0a, 0x09,
  475. 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
  476. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76,
  477. 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
  478. 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x52, 0x0a, 0x0a, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x52,
  479. 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01,
  480. 0x28, 0x08, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d,
  481. 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69,
  482. 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
  483. 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x22, 0xb9, 0x01, 0x0a, 0x11, 0x55, 0x70,
  484. 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x71, 0x12,
  485. 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  486. 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49,
  487. 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12,
  488. 0x3b, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e,
  489. 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
  490. 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x71, 0x2e, 0x4d, 0x65, 0x74,
  491. 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x1a, 0x37, 0x0a, 0x09,
  492. 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
  493. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76,
  494. 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
  495. 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x3d, 0x0a, 0x0b, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c,
  496. 0x65, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01,
  497. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06,
  498. 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69,
  499. 0x6c, 0x65, 0x49, 0x64, 0x22, 0xa7, 0x01, 0x0a, 0x0c, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c,
  500. 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
  501. 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d,
  502. 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x4d, 0x65,
  503. 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x26, 0x0a,
  504. 0x0e, 0x72, 0x61, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18,
  505. 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x72, 0x61, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f,
  506. 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x1a, 0x37, 0x0a, 0x09, 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74,
  507. 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  508. 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
  509. 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x87,
  510. 0x01, 0x0a, 0x10, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52,
  511. 0x65, 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28,
  512. 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c,
  513. 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x2e,
  514. 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x1a,
  515. 0x37, 0x0a, 0x09, 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03,
  516. 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
  517. 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76,
  518. 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x24, 0x0a, 0x0a, 0x4f, 0x73, 0x73, 0x55,
  519. 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x73, 0x73, 0x55, 0x72, 0x6c,
  520. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x73, 0x73, 0x55, 0x72, 0x6c, 0x32, 0xd5,
  521. 0x04, 0x0a, 0x0a, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x3d, 0x0a,
  522. 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x15, 0x2e,
  523. 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69,
  524. 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65,
  525. 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x41, 0x0a, 0x10,
  526. 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x65, 0x74, 0x61,
  527. 0x12, 0x15, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f,
  528. 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79,
  529. 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12,
  530. 0x3d, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12,
  531. 0x15, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d,
  532. 0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73,
  533. 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3b,
  534. 0x0a, 0x08, 0x53, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c,
  535. 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65,
  536. 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d,
  537. 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x0e, 0x55,
  538. 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x1d, 0x2e,
  539. 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
  540. 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66,
  541. 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70,
  542. 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69,
  543. 0x6c, 0x65, 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e,
  544. 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69,
  545. 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x52,
  546. 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x17,
  547. 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64,
  548. 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79,
  549. 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73,
  550. 0x70, 0x12, 0x44, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61,
  551. 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f,
  552. 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x66, 0x69, 0x6c, 0x65,
  553. 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x4d,
  554. 0x65, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x4f, 0x73,
  555. 0x73, 0x55, 0x72, 0x69, 0x6c, 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74,
  556. 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16,
  557. 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4f, 0x73, 0x73, 0x55,
  558. 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, 0x2f, 0x66, 0x69, 0x6c, 0x65,
  559. 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  560. }
  561. var (
  562. file_filesystem_proto_rawDescOnce sync.Once
  563. file_filesystem_proto_rawDescData = file_filesystem_proto_rawDesc
  564. )
  565. func file_filesystem_proto_rawDescGZIP() []byte {
  566. file_filesystem_proto_rawDescOnce.Do(func() {
  567. file_filesystem_proto_rawDescData = protoimpl.X.CompressGZIP(file_filesystem_proto_rawDescData)
  568. })
  569. return file_filesystem_proto_rawDescData
  570. }
  571. var file_filesystem_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
  572. var file_filesystem_proto_goTypes = []interface{}{
  573. (*DomainReq)(nil), // 0: filesystem.DomainReq
  574. (*DomainResp)(nil), // 1: filesystem.DomainResp
  575. (*SaveFileReq)(nil), // 2: filesystem.SaveFileReq
  576. (*FileOpResp)(nil), // 3: filesystem.FileOpResp
  577. (*UpdateFileMetaReq)(nil), // 4: filesystem.UpdateFileMetaReq
  578. (*LoadFileReq)(nil), // 5: filesystem.LoadFileReq
  579. (*LoadFileResp)(nil), // 6: filesystem.LoadFileResp
  580. (*LoadFileMetaResp)(nil), // 7: filesystem.LoadFileMetaResp
  581. (*OssUrlResp)(nil), // 8: filesystem.OssUrlResp
  582. nil, // 9: filesystem.SaveFileReq.MetaEntry
  583. nil, // 10: filesystem.UpdateFileMetaReq.MetaEntry
  584. nil, // 11: filesystem.LoadFileResp.MetaEntry
  585. nil, // 12: filesystem.LoadFileMetaResp.MetaEntry
  586. }
  587. var file_filesystem_proto_depIdxs = []int32{
  588. 9, // 0: filesystem.SaveFileReq.meta:type_name -> filesystem.SaveFileReq.MetaEntry
  589. 10, // 1: filesystem.UpdateFileMetaReq.meta:type_name -> filesystem.UpdateFileMetaReq.MetaEntry
  590. 11, // 2: filesystem.LoadFileResp.meta:type_name -> filesystem.LoadFileResp.MetaEntry
  591. 12, // 3: filesystem.LoadFileMetaResp.meta:type_name -> filesystem.LoadFileMetaResp.MetaEntry
  592. 0, // 4: filesystem.FileSystem.CreateDomain:input_type -> filesystem.DomainReq
  593. 0, // 5: filesystem.FileSystem.UpdateDomainMeta:input_type -> filesystem.DomainReq
  594. 0, // 6: filesystem.FileSystem.DeleteDomain:input_type -> filesystem.DomainReq
  595. 2, // 7: filesystem.FileSystem.SaveFile:input_type -> filesystem.SaveFileReq
  596. 4, // 8: filesystem.FileSystem.UpdateFileMeta:input_type -> filesystem.UpdateFileMetaReq
  597. 5, // 9: filesystem.FileSystem.DeleteFile:input_type -> filesystem.LoadFileReq
  598. 5, // 10: filesystem.FileSystem.GetFile:input_type -> filesystem.LoadFileReq
  599. 5, // 11: filesystem.FileSystem.GetFileMeta:input_type -> filesystem.LoadFileReq
  600. 5, // 12: filesystem.FileSystem.GetOssUril:input_type -> filesystem.LoadFileReq
  601. 1, // 13: filesystem.FileSystem.CreateDomain:output_type -> filesystem.DomainResp
  602. 1, // 14: filesystem.FileSystem.UpdateDomainMeta:output_type -> filesystem.DomainResp
  603. 1, // 15: filesystem.FileSystem.DeleteDomain:output_type -> filesystem.DomainResp
  604. 3, // 16: filesystem.FileSystem.SaveFile:output_type -> filesystem.FileOpResp
  605. 3, // 17: filesystem.FileSystem.UpdateFileMeta:output_type -> filesystem.FileOpResp
  606. 3, // 18: filesystem.FileSystem.DeleteFile:output_type -> filesystem.FileOpResp
  607. 6, // 19: filesystem.FileSystem.GetFile:output_type -> filesystem.LoadFileResp
  608. 7, // 20: filesystem.FileSystem.GetFileMeta:output_type -> filesystem.LoadFileMetaResp
  609. 8, // 21: filesystem.FileSystem.GetOssUril:output_type -> filesystem.OssUrlResp
  610. 13, // [13:22] is the sub-list for method output_type
  611. 4, // [4:13] is the sub-list for method input_type
  612. 4, // [4:4] is the sub-list for extension type_name
  613. 4, // [4:4] is the sub-list for extension extendee
  614. 0, // [0:4] is the sub-list for field type_name
  615. }
  616. func init() { file_filesystem_proto_init() }
  617. func file_filesystem_proto_init() {
  618. if File_filesystem_proto != nil {
  619. return
  620. }
  621. if !protoimpl.UnsafeEnabled {
  622. file_filesystem_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  623. switch v := v.(*DomainReq); i {
  624. case 0:
  625. return &v.state
  626. case 1:
  627. return &v.sizeCache
  628. case 2:
  629. return &v.unknownFields
  630. default:
  631. return nil
  632. }
  633. }
  634. file_filesystem_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  635. switch v := v.(*DomainResp); i {
  636. case 0:
  637. return &v.state
  638. case 1:
  639. return &v.sizeCache
  640. case 2:
  641. return &v.unknownFields
  642. default:
  643. return nil
  644. }
  645. }
  646. file_filesystem_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  647. switch v := v.(*SaveFileReq); i {
  648. case 0:
  649. return &v.state
  650. case 1:
  651. return &v.sizeCache
  652. case 2:
  653. return &v.unknownFields
  654. default:
  655. return nil
  656. }
  657. }
  658. file_filesystem_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  659. switch v := v.(*FileOpResp); i {
  660. case 0:
  661. return &v.state
  662. case 1:
  663. return &v.sizeCache
  664. case 2:
  665. return &v.unknownFields
  666. default:
  667. return nil
  668. }
  669. }
  670. file_filesystem_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  671. switch v := v.(*UpdateFileMetaReq); i {
  672. case 0:
  673. return &v.state
  674. case 1:
  675. return &v.sizeCache
  676. case 2:
  677. return &v.unknownFields
  678. default:
  679. return nil
  680. }
  681. }
  682. file_filesystem_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  683. switch v := v.(*LoadFileReq); i {
  684. case 0:
  685. return &v.state
  686. case 1:
  687. return &v.sizeCache
  688. case 2:
  689. return &v.unknownFields
  690. default:
  691. return nil
  692. }
  693. }
  694. file_filesystem_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  695. switch v := v.(*LoadFileResp); i {
  696. case 0:
  697. return &v.state
  698. case 1:
  699. return &v.sizeCache
  700. case 2:
  701. return &v.unknownFields
  702. default:
  703. return nil
  704. }
  705. }
  706. file_filesystem_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  707. switch v := v.(*LoadFileMetaResp); i {
  708. case 0:
  709. return &v.state
  710. case 1:
  711. return &v.sizeCache
  712. case 2:
  713. return &v.unknownFields
  714. default:
  715. return nil
  716. }
  717. }
  718. file_filesystem_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  719. switch v := v.(*OssUrlResp); i {
  720. case 0:
  721. return &v.state
  722. case 1:
  723. return &v.sizeCache
  724. case 2:
  725. return &v.unknownFields
  726. default:
  727. return nil
  728. }
  729. }
  730. }
  731. type x struct{}
  732. out := protoimpl.TypeBuilder{
  733. File: protoimpl.DescBuilder{
  734. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  735. RawDescriptor: file_filesystem_proto_rawDesc,
  736. NumEnums: 0,
  737. NumMessages: 13,
  738. NumExtensions: 0,
  739. NumServices: 1,
  740. },
  741. GoTypes: file_filesystem_proto_goTypes,
  742. DependencyIndexes: file_filesystem_proto_depIdxs,
  743. MessageInfos: file_filesystem_proto_msgTypes,
  744. }.Build()
  745. File_filesystem_proto = out.File
  746. file_filesystem_proto_rawDesc = nil
  747. file_filesystem_proto_goTypes = nil
  748. file_filesystem_proto_depIdxs = nil
  749. }