Home
last modified time | relevance | path

Searched defs:ReportRequest (Results 1 – 2 of 2) sorted by relevance

/tools/treble/build/treble_build/app/
Dreport.go18 type ReportRequest struct { struct
19 Targets []string `json:"targets"` // Targets
/tools/treble/build/treble_build/report/
Drun.go85 func RunReport(ctx context.Context, rtx *Context, req *app.ReportRequest) (*app.Report, error) {