Searched refs:singletonContext (Results 1 – 2 of 2) sorted by relevance
162 var _ SingletonContext = (*singletonContext)(nil)164 type singletonContext struct { struct177 func (s *singletonContext) Config() interface{} { argument181 func (s *singletonContext) Name() string { argument185 func (s *singletonContext) ModuleName(logicModule Module) string { argument189 func (s *singletonContext) ModuleDir(logicModule Module) string { argument193 func (s *singletonContext) ModuleSubDir(logicModule Module) string { argument197 func (s *singletonContext) ModuleType(logicModule Module) string { argument201 func (s *singletonContext) ModuleProvider(logicModule Module, provider ProviderKey) interface{} { argument206 func (s *singletonContext) ModuleHasProvider(logicModule Module, provider ProviderKey) bool { argument[all …]
2885 sctx := &singletonContext{