Searched refs:GetCommit (Results 1 – 3 of 3) sorted by relevance
| /developtools/integration_verification/tools/fotff/vcs/gitee/ |
| D | compare.go | 72 if head, err = GetCommit(owner, repo, head.Parents[0].SHA); err != nil { 93 if head, err = GetCommit(owner, repo, head.Parents[0].SHA); err != nil {
|
| D | commit.go | 25 func GetCommit(owner, repo, id string) (*Commit, error) { func
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 253 if commit, err = gitee.GetCommit(commit.Owner, commit.Repo, commit.SHA); err != nil {
|