mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
5 lines
144 B
Go
5 lines
144 B
Go
package core
|
|
|
|
// TaskProcessUpdateHandler represents the task process update handler
|
|
type TaskProcessUpdateHandler func(currentProcess float64)
|