Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/fotff/vcs/gitee/
Dcompare.go26 type CompareParam struct { struct
27 Head string
28 Base string
29 Repo string
30 Owner string
100 func GetBetweenMRs(param CompareParam) ([]*Commit, error) {
121 func GetBetweenCommits(param CompareParam) ([]*Commit, error) {