Searched defs:repo (Results 1 – 3 of 3) sorted by relevance
| /developtools/integration_verification/tools/fotff/vcs/gitee/ |
| D | commit.go | 25 func GetCommit(owner, repo, id string) (*Commit, error) { argument
|
| D | compare.go | 63 func GetLatestMRBefore(owner, repo, branch string, before string) (ret *Commit, err error) { argument 79 func GetBetweenTimeMRs(owner, repo, branch string, from, to time.Time) (ret []*Commit, err error) { argument
|
| D | branch.go | 30 func GetBranch(owner, repo, branch string) (*BranchResp, error) { argument
|