github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/OidbSvcTrpcTcp0x6D8.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/service/oidb/OidbSvcTrpcTcp0x6D8.proto 3 4 package oidb 5 6 // GroupFSView 7 type OidbSvcTrpcTcp0X6D8 struct { 8 List *OidbSvcTrpcTcp0X6D8List `protobuf:"bytes,2,opt"` 9 Count *OidbSvcTrpcTcp0X6D8Count `protobuf:"bytes,3,opt"` 10 Space *OidbSvcTrpcTcp0X6D8Space `protobuf:"bytes,4,opt"` 11 _ [0]func() 12 } 13 14 type OidbSvcTrpcTcp0X6D8List struct { 15 GroupUin uint32 `protobuf:"varint,1,opt"` 16 AppId uint32 `protobuf:"varint,2,opt"` // 7 17 TargetDirectory string `protobuf:"bytes,3,opt"` 18 FileCount uint32 `protobuf:"varint,5,opt"` // 20 19 SortBy uint32 `protobuf:"varint,9,opt"` // 1 20 StartIndex uint32 `protobuf:"varint,13,opt"` // default 0 21 Field17 uint32 `protobuf:"varint,17,opt"` // 2 22 Field18 uint32 `protobuf:"varint,18,opt"` // 0 23 _ [0]func() 24 } 25 26 type OidbSvcTrpcTcp0X6D8Count struct { 27 GroupUin uint32 `protobuf:"varint,1,opt"` 28 AppId uint32 `protobuf:"varint,2,opt"` // 7 29 BusId uint32 `protobuf:"varint,3,opt"` // 6 30 _ [0]func() 31 } 32 33 type OidbSvcTrpcTcp0X6D8Space struct { 34 GroupUin uint32 `protobuf:"varint,1,opt"` 35 AppId uint32 `protobuf:"varint,2,opt"` // 7 36 _ [0]func() 37 } 38 39 type OidbSvcTrpcTcp0X6D8_1Response struct { 40 List *OidbSvcTrpcTcp0X6D8_1ResponseList `protobuf:"bytes,2,opt"` 41 Count *OidbSvcTrpcTcp0X6D8_1ResponseCount `protobuf:"bytes,3,opt"` 42 Space *OidbSvcTrpcTcp0X6D8_1ResponseSpace `protobuf:"bytes,4,opt"` 43 _ [0]func() 44 } 45 46 type OidbSvcTrpcTcp0X6D8_1ResponseList struct { 47 RetCode int32 `protobuf:"varint,1,opt"` 48 RetMsg string `protobuf:"bytes,2,opt"` 49 ClientWording string `protobuf:"bytes,3,opt"` 50 IsEnd bool `protobuf:"varint,4,opt"` 51 Items []*OidbSvcTrpcTcp0X6D8_1ResponseItem `protobuf:"bytes,5,rep"` 52 } 53 54 type OidbSvcTrpcTcp0X6D8_1ResponseCount struct { 55 FileCount uint32 `protobuf:"varint,4,opt"` 56 LimitCount uint32 `protobuf:"varint,6,opt"` 57 IsFull bool `protobuf:"varint,7,opt"` 58 _ [0]func() 59 } 60 61 type OidbSvcTrpcTcp0X6D8_1ResponseSpace struct { 62 TotalSpace uint64 `protobuf:"varint,4,opt"` 63 UsedSpace uint64 `protobuf:"varint,5,opt"` 64 Field6 uint32 `protobuf:"varint,6,opt"` 65 _ [0]func() 66 } 67 68 type OidbSvcTrpcTcp0X6D8_1ResponseItem struct { 69 Type uint32 `protobuf:"varint,1,opt"` 70 FolderInfo *OidbSvcTrpcTcp0X6D8_1ResponseFolderInfo `protobuf:"bytes,2,opt"` 71 FileInfo *OidbSvcTrpcTcp0X6D8_1ResponseFileInfo `protobuf:"bytes,3,opt"` 72 _ [0]func() 73 } 74 75 type OidbSvcTrpcTcp0X6D8_1ResponseFolderInfo struct { 76 FolderId string `protobuf:"bytes,1,opt"` 77 ParentDirectoryId string `protobuf:"bytes,2,opt"` 78 FolderName string `protobuf:"bytes,3,opt"` 79 CreateTime uint32 `protobuf:"varint,4,opt"` 80 ModifiedTime uint32 `protobuf:"varint,5,opt"` 81 CreatorUin uint32 `protobuf:"varint,6,opt"` 82 CreatorName string `protobuf:"bytes,7,opt"` 83 TotalFileCount uint32 `protobuf:"varint,8,opt"` 84 _ [0]func() 85 } 86 87 type OidbSvcTrpcTcp0X6D8_1ResponseFileInfo struct { 88 FileId string `protobuf:"bytes,1,opt"` 89 FileName string `protobuf:"bytes,2,opt"` 90 FileSize uint64 `protobuf:"varint,3,opt"` 91 BusId uint32 `protobuf:"varint,4,opt"` 92 UploadedSize uint64 `protobuf:"varint,5,opt"` 93 UploadedTime uint32 `protobuf:"varint,6,opt"` 94 ExpireTime uint32 `protobuf:"varint,7,opt"` 95 ModifiedTime uint32 `protobuf:"varint,8,opt"` 96 DownloadedTimes uint32 `protobuf:"varint,9,opt"` 97 FileSha1 []byte `protobuf:"bytes,10,opt"` 98 FileMd5 []byte `protobuf:"bytes,12,opt"` 99 UploaderName string `protobuf:"bytes,14,opt"` 100 UploaderUin uint32 `protobuf:"varint,15,opt"` 101 ParentDirectory string `protobuf:"bytes,16,opt"` 102 Field17 uint32 `protobuf:"varint,17,opt"` 103 Field22 string `protobuf:"bytes,22,opt"` 104 }