Documentation
¶
Index ¶
- type Navigator
- type NavigatorMemory
- func (n *NavigatorMemory) GetLastSelectedChildOf(modName string) (string, bool)
- func (n *NavigatorMemory) GetLastSelectedParentOf(modName string) (string, bool)
- func (n *NavigatorMemory) SetLastSelectedChildOf(modName, childName string)
- func (n *NavigatorMemory) SetLastSelectedParentOf(modName, parentName string)
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Navigator ¶
type Navigator struct { // contains filtered or unexported fields }
type NavigatorMemory ¶
type NavigatorMemory struct {
// contains filtered or unexported fields
}
func NewNavigatorMemory ¶
func NewNavigatorMemory() *NavigatorMemory
func (*NavigatorMemory) GetLastSelectedChildOf ¶
func (n *NavigatorMemory) GetLastSelectedChildOf(modName string) (string, bool)
func (*NavigatorMemory) GetLastSelectedParentOf ¶
func (n *NavigatorMemory) GetLastSelectedParentOf(modName string) (string, bool)
func (*NavigatorMemory) SetLastSelectedChildOf ¶
func (n *NavigatorMemory) SetLastSelectedChildOf(modName, childName string)
func (*NavigatorMemory) SetLastSelectedParentOf ¶
func (n *NavigatorMemory) SetLastSelectedParentOf(modName, parentName string)
type Option ¶
type Option func(*Navigator)
func WithManifestFilePath ¶
func WithModuleGraph ¶
func WithModuleGraph(graph *manifest.ModuleGraph) Option
Click to show internal directories.
Click to hide internal directories.