Searched defs:QueryRequest (Results 1 – 2 of 2) sorted by relevance
41 type QueryRequest struct { struct42 Files []string `json:"files"` // Files to resolve
130 func RunQuery(ctx context.Context, rtx *Context, req *app.QueryRequest) (*app.QueryResponse, error)…