package tasks type Tasker interface { Execute() error String() string }