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