Files

8 lines
104 B
Go
Raw Permalink Normal View History

package taskfile
// Call is the parameters to a task call
type Call struct {
Task string
Vars Vars
}