github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/OidbSvcTrpcTcp0xE37_800.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/service/oidb/OidbSvcTrpcTcp0xE37_800.proto 3 4 package oidb 5 6 // Get Offline File Download 7 type OidbSvcTrpcTcp0XE37_800 struct { 8 SubCommand uint32 `protobuf:"varint,1,opt"` 9 Field2 int32 `protobuf:"varint,2,opt"` 10 Body *OidbSvcTrpcTcp0XE37_800Body `protobuf:"bytes,10,opt"` 11 Field101 int32 `protobuf:"varint,101,opt"` 12 Field102 int32 `protobuf:"varint,102,opt"` 13 Field200 int32 `protobuf:"varint,200,opt"` 14 _ [0]func() 15 } 16 17 type OidbSvcTrpcTcp0XE37_800Body struct { 18 SenderUid string `protobuf:"bytes,10,opt"` 19 ReceiverUid string `protobuf:"bytes,20,opt"` 20 FileUuid string `protobuf:"bytes,30,opt"` 21 FileHash string `protobuf:"bytes,40,opt"` 22 _ [0]func() 23 } 24 25 type OidbSvcTrpcTcp0XE37Response struct { 26 Command uint32 `protobuf:"varint,1,opt"` 27 Seq int32 `protobuf:"varint,2,opt"` 28 Upload *ApplyUploadRespV3 `protobuf:"bytes,19,opt"` 29 BusinessId int32 `protobuf:"varint,101,opt"` 30 ClientType int32 `protobuf:"varint,102,opt"` 31 FlagSupportMediaPlatform int32 `protobuf:"varint,200,opt"` 32 _ [0]func() 33 } 34 35 type ApplyUploadRespV3 struct { 36 RetCode int32 `protobuf:"varint,10,opt"` 37 RetMsg string `protobuf:"bytes,20,opt"` 38 TotalSpace int64 `protobuf:"varint,30,opt"` 39 UsedSpace int64 `protobuf:"varint,40,opt"` 40 UploadedSize int64 `protobuf:"varint,50,opt"` 41 UploadIp string `protobuf:"bytes,60,opt"` 42 UploadDomain string `protobuf:"bytes,70,opt"` 43 UploadPort uint32 `protobuf:"varint,80,opt"` 44 Uuid string `protobuf:"bytes,90,opt"` 45 UploadKey []byte `protobuf:"bytes,100,opt"` 46 BoolFileExist bool `protobuf:"varint,110,opt"` 47 PackSize int32 `protobuf:"varint,120,opt"` 48 UploadIpList []string `protobuf:"bytes,130,rep"` 49 UploadHttpsPort int32 `protobuf:"varint,140,opt"` 50 UploadHttpsDomain string `protobuf:"bytes,150,opt"` 51 UploadDns string `protobuf:"bytes,160,opt"` 52 UploadLanip string `protobuf:"bytes,170,opt"` 53 FileAddon string `protobuf:"bytes,200,opt"` 54 MediaPlatformUploadKey []byte `protobuf:"bytes,220,opt"` 55 }