Searched defs:ProjectUpdate (Results 1 – 2 of 2) sorted by relevance
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 97 …Time, endTime time.Time, branch string, manifestBranch string, updates []vcs.ProjectUpdate) (ret [… 109 …Time, endTime time.Time, branch string, manifestBranch string, updates []vcs.ProjectUpdate) (allMR… 206 func deDupProjectUpdates(us []*vcs.ProjectUpdate) (retMRs []*vcs.ProjectUpdate) { 282 func parseFilePatch(str string, m map[string]vcs.ProjectUpdate) error {
|
| /developtools/integration_verification/tools/fotff/vcs/ |
| D | manifest.go | 61 type ProjectUpdate struct { struct 62 P1, P2 *Project
|