mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-18 19:36:17 +00:00
11 lines
402 B
JavaScript
11 lines
402 B
JavaScript
|
|
/**
|
||
|
|
* Init all the clients on the `jibo` object for the running services
|
||
|
|
* as listed in the services registry.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* The map of service calls to init. The key must match the
|
||
|
|
* name of the service as found in the registry. If the
|
||
|
|
* service isn't currently running (and thus not listed in the
|
||
|
|
* registry), then the client will not be inited.
|
||
|
|
*/
|