Home
last modified time | relevance | path

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

/build/blueprint/
Dtransition.go290 type transitionContextImpl struct { struct
291 context *Context
292 source *moduleInfo
293 dep *moduleInfo
294 depTag DependencyTag
295 postMutator bool
296 config interface{}
297 errs []error
300 func (c *transitionContextImpl) DepTag() DependencyTag {
304 func (c *transitionContextImpl) Config() interface{} {
[all …]