def register_workers(cc): cli_worker.start(cc) netconf_worker.start(cc) platform_worker.start(cc) lldp_worker.start(cc) inventory_worker.start(cc) unified_worker.start(cc) uniconfig_worker.start(cc) vll_worker.start(cc) vll_service_worker.start(cc) vpls_worker.start(cc) vpls_service_worker.start(cc) bi_service_worker.start(cc) common_worker.start(cc)
def register_workers(cc): cli_worker.start(cc) netconf_worker.start(cc) uniconfig_worker.start(cc) common_worker.start(cc) http_worker.start(cc)