Files
task/internal/taskfile/call.go

8 lines
104 B
Go
Raw Normal View History

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