Searched defs:ManifestProject (Results 1 – 1 of 1) sorted by relevance
100 type ManifestProject struct { struct101 Text string `xml:",chardata"`102 Groups string `xml:"groups,attr"`103 Name string `xml:"name,attr"`104 CloneDepth string `xml:"clone-depth,attr"`105 Path string `xml:"path,attr"`106 Copyfile copyFile `xml:"copyfile"`107 Linkfile []linkFile `xml:"linkfile"`