2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00
Files
panel/internal/task.go
2023-12-14 02:09:33 +08:00

6 lines
64 B
Go

package internal
type Task interface {
Process(taskID uint)
}