Searched defs:actionJSON (Results 1 – 1 of 1) sorted by relevance
158 type actionJSON struct { struct159 ID int160 Mode string161 Package string162 Deps []int `json:",omitempty"`163 IgnoreFail bool `json:",omitempty"`164 Args []string `json:",omitempty"`165 Link bool `json:",omitempty"`166 Objdir string `json:",omitempty"`167 Target string `json:",omitempty"`[all …]