Searched defs:Namespace (Results 1 – 4 of 4) sorted by relevance
347 type Namespace struct { struct348 blueprint.NamespaceMarker349 Path string352 importedNamespaceNames []string354 visibleNamespaces []*Namespace356 id string358 exportToKati bool360 moduleContainer blueprint.NameInterface
132 Namespace() *Namespace methodSpec1999 func (e *earlyModuleContext) Namespace() *Namespace { func
42 type Namespace interface { interface43 namespace(Namespace) argument58 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
187 Namespace() Namespace methodSpec474 func (d *baseModuleContext) Namespace() Namespace { func