Searched defs:Project (Results 1 – 1 of 1) sorted by relevance
46 type Project struct { struct47 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 …]