Searched defs:DiffRow (Results 1 – 2 of 2) sorted by relevance
26 type DiffRow struct { struct27 Date string28 DownstreamProject string29 UpstreamProject string30 DiffStatus int31 FilesChanged int32 LineInsertions int33 LineDeletions int34 LineChanges int35 CommitsNotUpstreamed int[all …]
38 func diffRowsToAnalyzed(diffRows []ent.DiffRow, projectNameToType TypeMap) []ent.AnalyzedDiffRow {