Home
last modified time | relevance | path

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

/build/blueprint/
Dname_interface.go96 type SimpleNameInterface struct { struct
100 func NewSimpleNameInterface() *SimpleNameInterface {
101 return &SimpleNameInterface{
106 func (s *SimpleNameInterface) NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (na… argument
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
147 func (s *SimpleNameInterface) AllModules() []ModuleGroup { argument
170 func (s *SimpleNameInterface) MissingDependencyError(depender string, dependerNamespace Namespace, … argument
174 func (s *SimpleNameInterface) GetNamespace(ctx NamespaceContext) Namespace { argument
178 func (s *SimpleNameInterface) UniqueName(ctx NamespaceContext, name string) (unique string) { argument