Searched defs:Namespace (Results 1 – 4 of 4) sorted by relevance
346 type Namespace struct { struct347 blueprint.NamespaceMarker348 Path string351 importedNamespaceNames []string353 visibleNamespaces []*Namespace355 id string357 exportToKati bool359 moduleContainer blueprint.NameInterface
222 Namespace() blueprint.Namespace methodSpec
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 methodSpec442 func (d *baseModuleContext) Namespace() Namespace { func