chore: change task.ID to uint64
This commit is contained in:
@ -17,7 +17,7 @@ var (
|
||||
type Func func(task *Task) error
|
||||
|
||||
type Task struct {
|
||||
ID int64
|
||||
ID uint64
|
||||
Name string
|
||||
Status string
|
||||
Error error
|
||||
|
Reference in New Issue
Block a user