Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go2313 type JsonModule struct { struct
2314 jsonModuleName
2315 Deps []jsonDep
2316 Type string
2317 Blueprint string
2318 Module map[string]interface{}
2427 func writeJson(w io.Writer, modules []*JsonModule) {