1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/taskfile/call.go
2020-08-19 10:59:58 +02:00

8 lines
105 B
Go

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