Searched defs:ManifestFile (Results 1 – 3 of 3) sorted by relevance
20 func extractProjectNames(m ent.ManifestFile) []string {
116 type ManifestFile struct { struct117 Text string `xml:",chardata"`118 Remote remote `xml:"remote"`119 Default defaultXML `xml:"default"`120 ManifestServer manifestServer `xml:"manifest-server"`121 Projects []ManifestProject `xml:"project"`122 RepoHooks repoHooks `xml:"repo-hooks"`
155 common *ent.ManifestFile) error {176 func loadTargetManifests(config ent.ApplicationConfig, common *ent.ManifestFile) (*ent.ManifestFile…