Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompositeConfig ¶
type Module ¶
type Module interface { // Config The decoded module config and mounts. Config() ModuleConfig // Owner In the dependency tree, this is the first module that defines this module // as a dependency. Owner() Module // Mounts Any directory remappings. Mounts() []Mount }
type ModuleConfig ¶
ModuleConfig holds a module config.
Click to show internal directories.
Click to hide internal directories.