Home
last modified time | relevance | path

Searched defs:SimpleNameInterface (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dname_interface.go113 type SimpleNameInterface struct { struct
114 modules map[string]ModuleGroup
115 skippedModules map[string][]SkippedModuleInfo
125 …Module(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []error) {
172 …*SimpleNameInterface) NewSkippedModule(ctx NamespaceContext, name string, info SkippedModuleInfo) {
179 …Interface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) {
184 …uleFromName(moduleName string, namespace Namespace) (skipInfos []SkippedModuleInfo, skipped bool) {
189 … *SimpleNameInterface) Rename(oldName string, newName string, namespace Namespace) (errs []error) {
210 func (s *SimpleNameInterface) AllModules() []ModuleGroup {
233 …rror(depender string, dependerNamespace Namespace, dependency string, guess []string) (err error) {
[all …]