1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-03 23:30:39 +02:00
Files
CasaOS/types/person_download.go
2022-04-06 12:10:51 +08:00

11 lines
140 B
Go

package types
const (
DOWNLOADAWAIT = iota //default state
DOWNLOADING
DOWNLOADPAUSE
DOWNLOADFINISH
DOWNLOADERROR
DOWNLOADFINISHED
)