Searched refs:ManifestFile (Results 1 – 5 of 5) sorted by relevance
116 type ManifestFile struct { struct126 Common ManifestFile127 Upstream ManifestFile128 Downstream ManifestFile
55 func defineCommonManifest(config ent.ApplicationConfig) (*ent.ManifestFile, error) {74 var manifest ent.ManifestFile155 common *ent.ManifestFile) error { argument176 func loadTargetManifests(config ent.ApplicationConfig, common *ent.ManifestFile) (*ent.ManifestFile… argument177 var upstream, downstream ent.ManifestFile178 dirToLoadAddress := map[string]*ent.ManifestFile{
12 var manifest e.ManifestFile19 var manifest e.ManifestFile
14 var common, downstream, upstream ent.ManifestFile
20 func extractProjectNames(m ent.ManifestFile) []string { argument