Searched defs:Namespace (Results 1 – 4 of 4) sorted by relevance
336 type Namespace struct { struct337 blueprint.NamespaceMarker338 Path string341 importedNamespaceNames []string343 visibleNamespaces []*Namespace345 id string347 exportToKati bool349 moduleContainer blueprint.NameInterface
171 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
149 Namespace() Namespace methodSpec284 func (d *baseModuleContext) Namespace() Namespace { func