Home
last modified time | relevance | path

Searched refs:singletonContext (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dsingleton_ctx.go162 var _ SingletonContext = (*singletonContext)(nil)
164 type singletonContext struct { struct
177 func (s *singletonContext) Config() interface{} { argument
181 func (s *singletonContext) Name() string { argument
185 func (s *singletonContext) ModuleName(logicModule Module) string { argument
189 func (s *singletonContext) ModuleDir(logicModule Module) string { argument
193 func (s *singletonContext) ModuleSubDir(logicModule Module) string { argument
197 func (s *singletonContext) ModuleType(logicModule Module) string { argument
201 func (s *singletonContext) ModuleProvider(logicModule Module, provider ProviderKey) interface{} { argument
206 func (s *singletonContext) ModuleHasProvider(logicModule Module, provider ProviderKey) bool { argument
[all …]
Dcontext.go2885 sctx := &singletonContext{