package task type Task interface { Name() string Run() }