Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ModuleSingleton modules.InCodeModule = &CoreModule{}
ModuleSingleton is the exported symbol that will be looked up by the plugin loader
Functions ¶
This section is empty.
Types ¶
type CoreModule ¶
type CoreModule struct {
}
func (*CoreModule) IsInternal ¶
func (*CoreModule) IsInternal() bool
IsInternal implements InCodeModule.
func (*CoreModule) ModelPrefix ¶
func (*CoreModule) ModelPrefix() string
ModelPrefix implements DynamicModule.
func (*CoreModule) RegisterModels ¶
func (*CoreModule) RegisterModels() error
RegisterModels implements DynamicModule.
This runs in the model-registration phase, which completes for every module before any module's Init(). Registering the base schemas here is what makes them resolvable by name when other modules parse JSON models that extend them.
func (*CoreModule) Version ¶
func (*CoreModule) Version() semver.SemVer
Version implements NikkiModule.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package usagecheck asks the modules that reference a resource whether it is still in use, before the module owning it deletes it.
|
Package usagecheck asks the modules that reference a resource whether it is still in use, before the module owning it deletes it. |
Click to show internal directories.
Click to hide internal directories.