Searched defs:JsonModule (Results 1 – 1 of 1) sorted by relevance
2481 type JsonModule struct { struct2482 jsonModuleName2483 Deps []jsonDep2484 Type string2485 Blueprint string2486 CreatedBy *string2487 Module map[string]interface{}2662 func writeJson(w io.Writer, modules []*JsonModule) {