Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultTaskName = "default"
)
View Source
const (
DefaultZfPath = "Zuildfile"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type TaskGraph ¶
type TaskGraph struct {
// contains filtered or unexported fields
}
func NewTaskGraph ¶
func NewTaskGraph() *TaskGraph
type ZuildFile ¶
type ZuildFile struct { Help *Help `hcl:"Help,block"` Args []*Arg `hcl:"Arg,block"` Tasks []*Task `hcl:"Task,block"` Remain hcl.Body `hcl:",remain"` // contains filtered or unexported fields }
func EvalZuildFile ¶
func EvalZuildFile(zi *ZuildFileInit, ctx *hcl.EvalContext) (*ZuildFile, error)
type ZuildFileInit ¶
type ZuildFileInit struct { Help *Help `hcl:"Help,block"` Args []*Arg `hcl:"Arg,block"` Remain hcl.Body `hcl:",remain"` // contains filtered or unexported fields }
func ParseZuildFile ¶
func ParseZuildFile(path string) (*ZuildFileInit, error)
Click to show internal directories.
Click to hide internal directories.