Home
last modified time | relevance | path

Searched refs:GitDiff (Results 1 – 2 of 2) sorted by relevance

/tools/treble/build/treble_build/app/
Dgit.go18 type GitDiff struct { struct
30 BranchDiff *GitDiff `json:"branch_diff"`
/tools/treble/build/treble_build/local/
Dgit.go164 func parseBranchDiff(data *bytes.Buffer) (map[string]*app.GitDiff, error) {
165 out := make(map[string]*app.GitDiff)
168 d := &app.GitDiff{}