Lines Matching refs:Context
39 register(ctx *Context) argument
45 func (r sortableComponents) registerAll(ctx *Context) { argument
56 func (t moduleType) register(ctx *Context) {
80 func (s singleton) register(ctx *Context) {
114 func SingletonFactoryAdaptor(ctx *Context, factory SingletonFactory) blueprint.SingletonFactory { argument
151 type Context struct { struct
152 *blueprint.Context argument
156 func NewContext(config Config) *Context {
157 ctx := &Context{blueprint.NewContext(), config}
165 func (ctx *Context) Register() { argument
177 func (ctx *Context) Config() Config { argument
181 func (ctx *Context) registerSingletonMakeVarsProvider(makevars SingletonMakeVarsProvider) { argument