Home
last modified time | relevance | path

Searched refs:GetCommit (Results 1 – 3 of 3) sorted by relevance

/developtools/integration_verification/tools/fotff/vcs/gitee/
Dcompare.go72 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 {
Dcommit.go25 func GetCommit(owner, repo, id string) (*Commit, error) { func
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_gitee.go253 if commit, err = gitee.GetCommit(commit.Owner, commit.Repo, commit.SHA); err != nil {