Searched defs:transitionContextImpl (Results 1 – 1 of 1) sorted by relevance
227 type transitionContextImpl struct { struct228 context *Context229 source *moduleInfo230 dep *moduleInfo231 depTag DependencyTag232 postMutator bool233 config interface{}234 errs []error237 func (c *transitionContextImpl) DepTag() DependencyTag {241 func (c *transitionContextImpl) Config() interface{} {[all …]