package scheduler type Runner int const ( Bash Runner = iota + 1 )