Searched defs:CommitRow (Results 1 – 2 of 2) sorted by relevance
44 type CommitRow struct { struct45 Date string46 Commit string47 DownstreamProject string48 Author string49 Subject string53 CommitRow anonMember
24 func commitRowsToAnalyzed(commitRows []ent.CommitRow, projectNameToType TypeMap) []ent.AnalyzedComm…