You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-15 23:54:17 +02:00
first commit
This commit is contained in:
16
types/task.go
Normal file
16
types/task.go
Normal file
@ -0,0 +1,16 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
TASK_TYPE_USER = iota
|
||||
TASK_TYPE_APP
|
||||
)
|
||||
|
||||
const (
|
||||
TASK_DATA_TYPE_LINK = iota
|
||||
TASK_DATA_TYPE_TEXT
|
||||
)
|
||||
|
||||
const (
|
||||
TASK_STATE_UNCOMPLETE = iota
|
||||
TASK_STATE_COMPLETED
|
||||
)
|
Reference in New Issue
Block a user