mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 15:48:07 -05:00
11 lines
170 B
Go
11 lines
170 B
Go
|
|
package upload
|
||
|
|
|
||
|
|
// PkgInfo which will be uploaded.
|
||
|
|
type PkgInfo struct {
|
||
|
|
SaveDir string
|
||
|
|
FileName string
|
||
|
|
ClientType string
|
||
|
|
Channel string
|
||
|
|
ApkName string
|
||
|
|
}
|