- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for RegisterHelpSubSys (0.41 sec)
-
cmd/config-current.go
config.CallhomeSubSys: callhome.HelpCallhome, config.DriveSubSys: drive.HelpDrive, config.BrowserSubSys: browser.Help, config.ILMSubSys: ilm.Help, } config.RegisterHelpSubSys(helpMap) // save top-level help for deprecated sub-systems in a separate map. deprecatedHelpKVMap := map[string]config.HelpKV{ config.RegionSubSys: { Key: config.RegionSubSys,
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 28.5K bytes - Viewed (0) -
internal/config/config.go
// help for each sub-system key. var HelpSubSysMap = map[string]HelpKVS{} // RegisterHelpSubSys - this function saves // input help KVS for each sub-system globally, // this function should be called only once // preferably in during `init()`. func RegisterHelpSubSys(helpKVSMap map[string]HelpKVS) { maps.Copy(HelpSubSysMap, helpKVSMap) }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 37.7K bytes - Viewed (0)