Searched defs:RepoManifest (Results 1 – 1 of 1) sorted by relevance
36 type RepoManifest struct { struct37 XMLName xml.Name `xml:"manifest"`38 Remotes []RepoRemote `xml:"remote"`39 Default RepoDefault `xml:"default"`40 Projects []RepoProject `xml:"project"`