Searched defs:JsonModule (Results 1 – 1 of 1) sorted by relevance
2625 type JsonModule struct { struct2626 jsonModuleName2627 Deps []jsonDep2628 Type string2629 Blueprint string2630 CreatedBy *string2631 Module map[string]interface{}2781 func writeJson(w io.Writer, modules []*JsonModule) {