Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go2481 type JsonModule struct { struct
2482 jsonModuleName
2483 Deps []jsonDep
2484 Type string
2485 Blueprint string
2486 CreatedBy *string
2487 Module map[string]interface{}
2662 func writeJson(w io.Writer, modules []*JsonModule) {