github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/OidbSvcTrpcTcp0x6D6.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/service/oidb/OidbSvcTrpcTcp0x6D6.proto 3 4 package oidb 5 6 // Group File Upload 7 type OidbSvcTrpcTcp0X6D6 struct { 8 File *OidbSvcTrpcTcp0X6D6Upload `protobuf:"bytes,1,opt"` 9 Download *OidbSvcTrpcTcp0X6D6Download `protobuf:"bytes,3,opt"` 10 Move *OidbSvcTrpcTcp0X6D6Move `protobuf:"bytes,6,opt"` 11 _ [0]func() 12 } 13 14 type OidbSvcTrpcTcp0X6D6Upload struct { 15 GroupUin uint32 `protobuf:"varint,1,opt"` 16 AppId uint32 `protobuf:"varint,2,opt"` // 7 17 BusId uint32 `protobuf:"varint,3,opt"` // 102 18 Entrance uint32 `protobuf:"varint,4,opt"` // 6 19 TargetDirectory string `protobuf:"bytes,5,opt"` 20 FileName string `protobuf:"bytes,6,opt"` 21 LocalDirectory string `protobuf:"bytes,7,opt"` 22 FileSize uint64 `protobuf:"varint,8,opt"` 23 FileSha1 []byte `protobuf:"bytes,9,opt"` 24 FileSha3 []byte `protobuf:"bytes,10,opt"` 25 FileMd5 []byte `protobuf:"bytes,11,opt"` 26 Field15 bool `protobuf:"varint,15,opt"` 27 } 28 29 type OidbSvcTrpcTcp0X6D6Download struct { 30 GroupUin uint32 `protobuf:"varint,1,opt"` 31 AppId uint32 `protobuf:"varint,2,opt"` // 7 32 BusId uint32 `protobuf:"varint,3,opt"` // 102 33 FileId string `protobuf:"bytes,4,opt"` 34 _ [0]func() 35 } 36 37 type OidbSvcTrpcTcp0X6D6Move struct { 38 GroupUin uint32 `protobuf:"varint,1,opt"` 39 AppId uint32 `protobuf:"varint,2,opt"` // 7 40 BusId uint32 `protobuf:"varint,3,opt"` // 102 41 FileId string `protobuf:"bytes,4,opt"` 42 ParentDirectory string `protobuf:"bytes,5,opt"` 43 TargetDirectory string `protobuf:"bytes,6,opt"` 44 _ [0]func() 45 } 46 47 type OidbSvcTrpcTcp0X6D6Response struct { 48 Upload *OidbSvcTrpcTcp0X6D6_0Response `protobuf:"bytes,1,opt"` 49 Download *OidbSvcTrpcTcp0X6D6_2Response `protobuf:"bytes,3,opt"` 50 _ [0]func() 51 } 52 53 type OidbSvcTrpcTcp0X6D6_0Response struct { 54 RetCode int32 `protobuf:"varint,1,opt"` 55 RetMsg string `protobuf:"bytes,2,opt"` 56 ClientWording string `protobuf:"bytes,3,opt"` 57 UploadIp string `protobuf:"bytes,4,opt"` 58 ServerDns string `protobuf:"bytes,5,opt"` 59 BusId int32 `protobuf:"varint,6,opt"` 60 FileId string `protobuf:"bytes,7,opt"` 61 CheckKey []byte `protobuf:"bytes,8,opt"` 62 FileKey []byte `protobuf:"bytes,9,opt"` 63 BoolFileExist bool `protobuf:"varint,10,opt"` 64 UploadIpLanV4 []string `protobuf:"bytes,12,rep"` 65 UploadIpLanV6 []string `protobuf:"bytes,13,rep"` 66 UploadPort uint32 `protobuf:"varint,14,opt"` 67 } 68 69 type OidbSvcTrpcTcp0X6D6_2Response struct { 70 RetCode int32 `protobuf:"varint,1,opt"` 71 RetMsg string `protobuf:"bytes,2,opt"` 72 ClientWording string `protobuf:"bytes,3,opt"` 73 DownloadIp string `protobuf:"bytes,4,opt"` 74 DownloadDns string `protobuf:"bytes,5,opt"` 75 DownloadUrl []byte `protobuf:"bytes,6,opt"` 76 FileSha1 []byte `protobuf:"bytes,7,opt"` 77 FileSha3 []byte `protobuf:"bytes,8,opt"` 78 FileMd5 []byte `protobuf:"bytes,9,opt"` 79 CookieVal []byte `protobuf:"bytes,10,opt"` 80 SaveFileName string `protobuf:"bytes,11,opt"` 81 PreviewPort uint32 `protobuf:"varint,12,opt"` 82 }