Home
last modified time | relevance | path

Searched defs:JsonModule (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dcontext.go2609 type JsonModule struct { struct
2610 jsonModuleName
2611 Deps []jsonDep
2612 Type string
2613 Blueprint string
2614 CreatedBy *string
2615 Module map[string]interface{}
2765 func writeJson(w io.Writer, modules []*JsonModule) {