Searched defs:JsonModule (Results 1 – 1 of 1) sorted by relevance
2313 type JsonModule struct { struct2314 jsonModuleName2315 Deps []jsonDep2316 Type string2317 Blueprint string2318 Module map[string]interface{}2427 func writeJson(w io.Writer, modules []*JsonModule) {