Searched defs:Report (Results 1 – 4 of 4) sorted by relevance
20 data class Report( dataClass
23 type Report struct { struct24 Targets map[string]*BuildTarget `json:"targets"` // Build target data
118 class Report(): class
107 Report *app.Report `json:"report,omitempty"` member