Home
last modified time | relevance | path

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

/tools/treble/build/treble_build/app/
Dreport.go41 type QueryRequest struct { struct
42 Files []string `json:"files"` // Files to resolve
/tools/treble/build/treble_build/report/
Drun.go130 func RunQuery(ctx context.Context, rtx *Context, req *app.QueryRequest) (*app.QueryResponse, error)…