Searched defs:FlatModule (Results 1 – 1 of 1) sorted by relevance
28 type FlatModule struct { struct29 Type string30 Name string31 PropertyMap map[string]interface{}116 func printBash(flatModules []FlatModule, w io.Writer) {