Home
last modified time | relevance | path

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

/development/tools/repo_diff/service/repodiff/entities/
Dentities.go26 type DiffRow struct { struct
27 Date string
28 DownstreamProject string
29 UpstreamProject string
30 DiffStatus int
31 FilesChanged int
32 LineInsertions int
33 LineDeletions int
34 LineChanges int
35 CommitsNotUpstreamed int
[all …]
/development/tools/repo_diff/service/repodiff/interactors/
Dapplication.go38 func diffRowsToAnalyzed(diffRows []ent.DiffRow, projectNameToType TypeMap) []ent.AnalyzedDiffRow {