Searched defs:ReportRequest (Results 1 – 2 of 2) sorted by relevance
18 type ReportRequest struct { struct19 Targets []string `json:"targets"` // Targets
85 func RunReport(ctx context.Context, rtx *Context, req *app.ReportRequest) (*app.Report, error) {