123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.28.0
- // protoc v3.15.5
- // source: filesystem.proto
- package filesystem
- import (
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- reflect "reflect"
- sync "sync"
- )
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
- type DomainReq struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
- MetaFields []string `protobuf:"bytes,2,rep,name=metaFields,proto3" json:"metaFields,omitempty"` //必须元数据
- }
- func (x *DomainReq) Reset() {
- *x = DomainReq{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DomainReq) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DomainReq) ProtoMessage() {}
- func (x *DomainReq) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[0]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DomainReq.ProtoReflect.Descriptor instead.
- func (*DomainReq) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{0}
- }
- func (x *DomainReq) GetName() string {
- if x != nil {
- return x.Name
- }
- return ""
- }
- func (x *DomainReq) GetMetaFields() []string {
- if x != nil {
- return x.MetaFields
- }
- return nil
- }
- type DomainResp struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- State bool `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
- }
- func (x *DomainResp) Reset() {
- *x = DomainResp{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DomainResp) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DomainResp) ProtoMessage() {}
- func (x *DomainResp) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[1]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DomainResp.ProtoReflect.Descriptor instead.
- func (*DomainResp) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{1}
- }
- func (x *DomainResp) GetState() bool {
- if x != nil {
- return x.State
- }
- return false
- }
- //
- type SaveFileReq struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` //存入哪个buckets
- FileId string `protobuf:"bytes,2,opt,name=fileId,proto3" json:"fileId,omitempty"`
- 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"` //元数据
- RawFileContent []byte `protobuf:"bytes,4,opt,name=rawFileContent,proto3" json:"rawFileContent,omitempty"` //文件内容
- Charset string `protobuf:"bytes,5,opt,name=charset,proto3" json:"charset,omitempty"` //文件格式
- }
- func (x *SaveFileReq) Reset() {
- *x = SaveFileReq{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *SaveFileReq) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SaveFileReq) ProtoMessage() {}
- func (x *SaveFileReq) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[2]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use SaveFileReq.ProtoReflect.Descriptor instead.
- func (*SaveFileReq) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{2}
- }
- func (x *SaveFileReq) GetDomain() string {
- if x != nil {
- return x.Domain
- }
- return ""
- }
- func (x *SaveFileReq) GetFileId() string {
- if x != nil {
- return x.FileId
- }
- return ""
- }
- func (x *SaveFileReq) GetMeta() map[string]string {
- if x != nil {
- return x.Meta
- }
- return nil
- }
- func (x *SaveFileReq) GetRawFileContent() []byte {
- if x != nil {
- return x.RawFileContent
- }
- return nil
- }
- func (x *SaveFileReq) GetCharset() string {
- if x != nil {
- return x.Charset
- }
- return ""
- }
- //
- type FileOpResp struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- State bool `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
- Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
- FileId string `protobuf:"bytes,3,opt,name=fileId,proto3" json:"fileId,omitempty"` //文件ID
- }
- func (x *FileOpResp) Reset() {
- *x = FileOpResp{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *FileOpResp) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*FileOpResp) ProtoMessage() {}
- func (x *FileOpResp) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[3]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use FileOpResp.ProtoReflect.Descriptor instead.
- func (*FileOpResp) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{3}
- }
- func (x *FileOpResp) GetState() bool {
- if x != nil {
- return x.State
- }
- return false
- }
- func (x *FileOpResp) GetDomain() string {
- if x != nil {
- return x.Domain
- }
- return ""
- }
- func (x *FileOpResp) GetFileId() string {
- if x != nil {
- return x.FileId
- }
- return ""
- }
- //
- type UpdateFileMetaReq struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` //存入哪个buckets
- FileId string `protobuf:"bytes,2,opt,name=fileId,proto3" json:"fileId,omitempty"`
- 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"` //元数据
- }
- func (x *UpdateFileMetaReq) Reset() {
- *x = UpdateFileMetaReq{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *UpdateFileMetaReq) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*UpdateFileMetaReq) ProtoMessage() {}
- func (x *UpdateFileMetaReq) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[4]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use UpdateFileMetaReq.ProtoReflect.Descriptor instead.
- func (*UpdateFileMetaReq) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{4}
- }
- func (x *UpdateFileMetaReq) GetDomain() string {
- if x != nil {
- return x.Domain
- }
- return ""
- }
- func (x *UpdateFileMetaReq) GetFileId() string {
- if x != nil {
- return x.FileId
- }
- return ""
- }
- func (x *UpdateFileMetaReq) GetMeta() map[string]string {
- if x != nil {
- return x.Meta
- }
- return nil
- }
- //
- type LoadFileReq struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` //存入哪个buckets
- FileId string `protobuf:"bytes,2,opt,name=fileId,proto3" json:"fileId,omitempty"` //objectName
- }
- func (x *LoadFileReq) Reset() {
- *x = LoadFileReq{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[5]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *LoadFileReq) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LoadFileReq) ProtoMessage() {}
- func (x *LoadFileReq) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[5]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LoadFileReq.ProtoReflect.Descriptor instead.
- func (*LoadFileReq) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{5}
- }
- func (x *LoadFileReq) GetDomain() string {
- if x != nil {
- return x.Domain
- }
- return ""
- }
- func (x *LoadFileReq) GetFileId() string {
- if x != nil {
- return x.FileId
- }
- return ""
- }
- //
- type LoadFileResp struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- 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"` //元数据
- RawFileContent []byte `protobuf:"bytes,3,opt,name=rawFileContent,proto3" json:"rawFileContent,omitempty"` //文件内容
- }
- func (x *LoadFileResp) Reset() {
- *x = LoadFileResp{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[6]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *LoadFileResp) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LoadFileResp) ProtoMessage() {}
- func (x *LoadFileResp) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[6]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LoadFileResp.ProtoReflect.Descriptor instead.
- func (*LoadFileResp) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{6}
- }
- func (x *LoadFileResp) GetMeta() map[string]string {
- if x != nil {
- return x.Meta
- }
- return nil
- }
- func (x *LoadFileResp) GetRawFileContent() []byte {
- if x != nil {
- return x.RawFileContent
- }
- return nil
- }
- //
- type LoadFileMetaResp struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- 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"` //元数据
- }
- func (x *LoadFileMetaResp) Reset() {
- *x = LoadFileMetaResp{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[7]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *LoadFileMetaResp) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LoadFileMetaResp) ProtoMessage() {}
- func (x *LoadFileMetaResp) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[7]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LoadFileMetaResp.ProtoReflect.Descriptor instead.
- func (*LoadFileMetaResp) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{7}
- }
- func (x *LoadFileMetaResp) GetMeta() map[string]string {
- if x != nil {
- return x.Meta
- }
- return nil
- }
- type OssUrlResp struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- OssUrl string `protobuf:"bytes,1,opt,name=ossUrl,proto3" json:"ossUrl,omitempty"`
- }
- func (x *OssUrlResp) Reset() {
- *x = OssUrlResp{}
- if protoimpl.UnsafeEnabled {
- mi := &file_filesystem_proto_msgTypes[8]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *OssUrlResp) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*OssUrlResp) ProtoMessage() {}
- func (x *OssUrlResp) ProtoReflect() protoreflect.Message {
- mi := &file_filesystem_proto_msgTypes[8]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use OssUrlResp.ProtoReflect.Descriptor instead.
- func (*OssUrlResp) Descriptor() ([]byte, []int) {
- return file_filesystem_proto_rawDescGZIP(), []int{8}
- }
- func (x *OssUrlResp) GetOssUrl() string {
- if x != nil {
- return x.OssUrl
- }
- return ""
- }
- var File_filesystem_proto protoreflect.FileDescriptor
- var file_filesystem_proto_rawDesc = []byte{
- 0x0a, 0x10, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x12, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x22, 0x3f,
- 0x0a, 0x09, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e,
- 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
- 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x74, 0x61, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20,
- 0x03, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x74, 0x61, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22,
- 0x22, 0x0a, 0x0a, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a,
- 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x73, 0x74,
- 0x61, 0x74, 0x65, 0x22, 0xef, 0x01, 0x0a, 0x0b, 0x53, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65,
- 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66,
- 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c,
- 0x65, 0x49, 0x64, 0x12, 0x35, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28,
- 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x53,
- 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x45,
- 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x61,
- 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x0c, 0x52, 0x0e, 0x72, 0x61, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65,
- 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x72, 0x73, 0x65, 0x74, 0x18, 0x05, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x72, 0x73, 0x65, 0x74, 0x1a, 0x37, 0x0a, 0x09,
- 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x52, 0x0a, 0x0a, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x52,
- 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01,
- 0x28, 0x08, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d,
- 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69,
- 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x22, 0xb9, 0x01, 0x0a, 0x11, 0x55, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x71, 0x12,
- 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49,
- 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12,
- 0x3b, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e,
- 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x71, 0x2e, 0x4d, 0x65, 0x74,
- 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x1a, 0x37, 0x0a, 0x09,
- 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x3d, 0x0a, 0x0b, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c,
- 0x65, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06,
- 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69,
- 0x6c, 0x65, 0x49, 0x64, 0x22, 0xa7, 0x01, 0x0a, 0x0c, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c,
- 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
- 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d,
- 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x4d, 0x65,
- 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x26, 0x0a,
- 0x0e, 0x72, 0x61, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18,
- 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x72, 0x61, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f,
- 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x1a, 0x37, 0x0a, 0x09, 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74,
- 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x87,
- 0x01, 0x0a, 0x10, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52,
- 0x65, 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28,
- 0x0b, 0x32, 0x26, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c,
- 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x2e,
- 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x1a,
- 0x37, 0x0a, 0x09, 0x4d, 0x65, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03,
- 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
- 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x24, 0x0a, 0x0a, 0x4f, 0x73, 0x73, 0x55,
- 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x73, 0x73, 0x55, 0x72, 0x6c,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x73, 0x73, 0x55, 0x72, 0x6c, 0x32, 0xd5,
- 0x04, 0x0a, 0x0a, 0x46, 0x69, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x3d, 0x0a,
- 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x15, 0x2e,
- 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69,
- 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65,
- 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x41, 0x0a, 0x10,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x65, 0x74, 0x61,
- 0x12, 0x15, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f,
- 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79,
- 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12,
- 0x3d, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12,
- 0x15, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d,
- 0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73,
- 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3b,
- 0x0a, 0x08, 0x53, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c,
- 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65,
- 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d,
- 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x0e, 0x55,
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x1d, 0x2e,
- 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66,
- 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70,
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x69,
- 0x6c, 0x65, 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e,
- 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x66, 0x69,
- 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x52,
- 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x17,
- 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64,
- 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79,
- 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73,
- 0x70, 0x12, 0x44, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61,
- 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f,
- 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x66, 0x69, 0x6c, 0x65,
- 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x4d,
- 0x65, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x4f, 0x73,
- 0x73, 0x55, 0x72, 0x69, 0x6c, 0x12, 0x17, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74,
- 0x65, 0x6d, 0x2e, 0x4c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16,
- 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x4f, 0x73, 0x73, 0x55,
- 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, 0x2f, 0x66, 0x69, 0x6c, 0x65,
- 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
- }
- var (
- file_filesystem_proto_rawDescOnce sync.Once
- file_filesystem_proto_rawDescData = file_filesystem_proto_rawDesc
- )
- func file_filesystem_proto_rawDescGZIP() []byte {
- file_filesystem_proto_rawDescOnce.Do(func() {
- file_filesystem_proto_rawDescData = protoimpl.X.CompressGZIP(file_filesystem_proto_rawDescData)
- })
- return file_filesystem_proto_rawDescData
- }
- var file_filesystem_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
- var file_filesystem_proto_goTypes = []interface{}{
- (*DomainReq)(nil), // 0: filesystem.DomainReq
- (*DomainResp)(nil), // 1: filesystem.DomainResp
- (*SaveFileReq)(nil), // 2: filesystem.SaveFileReq
- (*FileOpResp)(nil), // 3: filesystem.FileOpResp
- (*UpdateFileMetaReq)(nil), // 4: filesystem.UpdateFileMetaReq
- (*LoadFileReq)(nil), // 5: filesystem.LoadFileReq
- (*LoadFileResp)(nil), // 6: filesystem.LoadFileResp
- (*LoadFileMetaResp)(nil), // 7: filesystem.LoadFileMetaResp
- (*OssUrlResp)(nil), // 8: filesystem.OssUrlResp
- nil, // 9: filesystem.SaveFileReq.MetaEntry
- nil, // 10: filesystem.UpdateFileMetaReq.MetaEntry
- nil, // 11: filesystem.LoadFileResp.MetaEntry
- nil, // 12: filesystem.LoadFileMetaResp.MetaEntry
- }
- var file_filesystem_proto_depIdxs = []int32{
- 9, // 0: filesystem.SaveFileReq.meta:type_name -> filesystem.SaveFileReq.MetaEntry
- 10, // 1: filesystem.UpdateFileMetaReq.meta:type_name -> filesystem.UpdateFileMetaReq.MetaEntry
- 11, // 2: filesystem.LoadFileResp.meta:type_name -> filesystem.LoadFileResp.MetaEntry
- 12, // 3: filesystem.LoadFileMetaResp.meta:type_name -> filesystem.LoadFileMetaResp.MetaEntry
- 0, // 4: filesystem.FileSystem.CreateDomain:input_type -> filesystem.DomainReq
- 0, // 5: filesystem.FileSystem.UpdateDomainMeta:input_type -> filesystem.DomainReq
- 0, // 6: filesystem.FileSystem.DeleteDomain:input_type -> filesystem.DomainReq
- 2, // 7: filesystem.FileSystem.SaveFile:input_type -> filesystem.SaveFileReq
- 4, // 8: filesystem.FileSystem.UpdateFileMeta:input_type -> filesystem.UpdateFileMetaReq
- 5, // 9: filesystem.FileSystem.DeleteFile:input_type -> filesystem.LoadFileReq
- 5, // 10: filesystem.FileSystem.GetFile:input_type -> filesystem.LoadFileReq
- 5, // 11: filesystem.FileSystem.GetFileMeta:input_type -> filesystem.LoadFileReq
- 5, // 12: filesystem.FileSystem.GetOssUril:input_type -> filesystem.LoadFileReq
- 1, // 13: filesystem.FileSystem.CreateDomain:output_type -> filesystem.DomainResp
- 1, // 14: filesystem.FileSystem.UpdateDomainMeta:output_type -> filesystem.DomainResp
- 1, // 15: filesystem.FileSystem.DeleteDomain:output_type -> filesystem.DomainResp
- 3, // 16: filesystem.FileSystem.SaveFile:output_type -> filesystem.FileOpResp
- 3, // 17: filesystem.FileSystem.UpdateFileMeta:output_type -> filesystem.FileOpResp
- 3, // 18: filesystem.FileSystem.DeleteFile:output_type -> filesystem.FileOpResp
- 6, // 19: filesystem.FileSystem.GetFile:output_type -> filesystem.LoadFileResp
- 7, // 20: filesystem.FileSystem.GetFileMeta:output_type -> filesystem.LoadFileMetaResp
- 8, // 21: filesystem.FileSystem.GetOssUril:output_type -> filesystem.OssUrlResp
- 13, // [13:22] is the sub-list for method output_type
- 4, // [4:13] is the sub-list for method input_type
- 4, // [4:4] is the sub-list for extension type_name
- 4, // [4:4] is the sub-list for extension extendee
- 0, // [0:4] is the sub-list for field type_name
- }
- func init() { file_filesystem_proto_init() }
- func file_filesystem_proto_init() {
- if File_filesystem_proto != nil {
- return
- }
- if !protoimpl.UnsafeEnabled {
- file_filesystem_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DomainReq); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DomainResp); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*SaveFileReq); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*FileOpResp); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateFileMetaReq); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*LoadFileReq); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*LoadFileResp); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*LoadFileMetaResp); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_filesystem_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*OssUrlResp); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: file_filesystem_proto_rawDesc,
- NumEnums: 0,
- NumMessages: 13,
- NumExtensions: 0,
- NumServices: 1,
- },
- GoTypes: file_filesystem_proto_goTypes,
- DependencyIndexes: file_filesystem_proto_depIdxs,
- MessageInfos: file_filesystem_proto_msgTypes,
- }.Build()
- File_filesystem_proto = out.File
- file_filesystem_proto_rawDesc = nil
- file_filesystem_proto_goTypes = nil
- file_filesystem_proto_depIdxs = nil
- }
|