Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CfgDevModeKey was previously defined here. CfgDevModeKey = config.CfgDevModeKey CfgNetworkServiceKey = "core/networkService" CfgLocaleKey = "core/locale" )
Configuration Keys.
Functions ¶
This section is empty.
Types ¶
type Core ¶ added in v1.6.19
type Core struct { EventShutdown *mgr.EventMgr[struct{}] EventRestart *mgr.EventMgr[struct{}] // contains filtered or unexported fields }
Core is the core service module.
type ModulesIntegration ¶ added in v1.6.19
type ModulesIntegration struct{}
ModulesIntegration provides integration with the modules system.
func (*ModulesIntegration) Get ¶ added in v1.6.19
func (mi *ModulesIntegration) Get(keyOrPrefix string) ([]record.Record, error)
Get should return one or more records that match keyOrPrefix. keyOrPrefix is guaranteed to be at least the prefix used to register the ValueProvider.
Click to show internal directories.
Click to hide internal directories.