Lines Matching refs:Namespace
42 type Namespace interface { interface
43 namespace(Namespace) argument
48 func (m *NamespaceMarker) namespace(Namespace) {
55 …NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []erro…
58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) argument
62 MissingDependencyError(depender string, dependerNamespace Namespace, depName string) (err error) argument
65 Rename(oldName string, newName string, namespace Namespace) []error argument
71 GetNamespace(ctx NamespaceContext) (namespace Namespace)
106 …Module(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []error) {
121 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG…
126 func (s *SimpleNameInterface) Rename(oldName string, newName string, namespace Namespace) (errs []e…
170 func (s *SimpleNameInterface) MissingDependencyError(depender string, dependerNamespace Namespace, …
174 func (s *SimpleNameInterface) GetNamespace(ctx NamespaceContext) Namespace {