Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/fotff/vcs/
Dmanifest.go46 type Project struct { struct
47 XMLName xml.Name `xml:"project"`
48 Name string `xml:"name,attr"`
49 Path string `xml:"path,attr,omitempty"`
50 Revision string `xml:"revision,attr"`
51 Remote string `xml:"remote,attr,omitempty"`
52 CloneDepth string `xml:"clone-depth,attr,omitempty"`
53 LinkFile []LinkFile `xml:"linkfile,omitempty"`
65 func (p *Project) String() string {
72 func (p *Project) StructureDiff(p2 *Project) bool {
[all …]