package task
import platformtask "kra/pkg/task"
type TaskMethodFunc = platformtask.MethodFunc
type TaskMethod = platformtask.Method
type TaskMethodRegistry interface {
Lookup(string) (TaskMethodFunc, bool)
List() []TaskMethod
}