github.com/mkasner/goat@v0.0.0-20190419083224-77b17249a8e3/context/task.go (about)

     1  package context
     2  
     3  // A Task represents a task.
     4  type Task struct {
     5  	Command string `json:"command" yaml:"command"`
     6  	Nowait  bool   `json:"nowait" yaml:"nowait"`
     7  }