Searched defs:JsonModule (Results 1 – 1 of 1) sorted by relevance
2609 type JsonModule struct { struct2610 jsonModuleName2611 Deps []jsonDep2612 Type string2613 Blueprint string2614 CreatedBy *string2615 Module map[string]interface{}2765 func writeJson(w io.Writer, modules []*JsonModule) {