Searched refs:GitDiff (Results 1 – 2 of 2) sorted by relevance
18 type GitDiff struct { struct30 BranchDiff *GitDiff `json:"branch_diff"`
164 func parseBranchDiff(data *bytes.Buffer) (map[string]*app.GitDiff, error) {165 out := make(map[string]*app.GitDiff)168 d := &app.GitDiff{}