forked from Jibo-Revival-Group/JiboOs
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.
|
|
*/ |