1
0
mirror of https://github.com/go-task/task.git synced 2025-06-27 00:51:05 +02:00
Files
task/internal/taskfile/call.go
2018-02-17 14:22:18 -02:00

8 lines
104 B
Go

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