Searched defs:reportTest (Results 1 – 1 of 1) sorted by relevance
28 type reportTest struct { struct29 manifest *app.RepoManifest30 commands map[string]*app.BuildCommand31 inputs map[string]*app.BuildInput32 queries map[string]*app.BuildQuery33 paths map[string]map[string]*app.BuildPath34 multipaths map[string]map[string][]*app.BuildPath35 projects map[string]*app.GitProject36 commits map[*app.GitProject]map[string]*app.GitCommit38 deps *app.BuildDeps[all …]