Searched defs:BuildTarget (Results 1 – 1 of 1) sorted by relevance
43 type BuildTarget struct { struct44 Name string `json:"name"` // Target name45 Steps int `json:"build_steps"` // Number of steps to build target46 FileCount int `json:"files"` // Number of input files for a target47 Projects map[string]*GitProject `json:"projects"` // Inputs projects/files of a target