package.go 170 B

12345678910
  1. package upload
  2. // PkgInfo which will be uploaded.
  3. type PkgInfo struct {
  4. SaveDir string
  5. FileName string
  6. ClientType string
  7. Channel string
  8. ApkName string
  9. }