diff --git a/src/addons.js b/src/addons.js index 38d56a571..d4793ab60 100644 --- a/src/addons.js +++ b/src/addons.js @@ -1,29 +1,29 @@ 'use strict'; exports = module.exports = { - getServices: getServices, - getService: getService, - configureService: configureService, - getServiceLogs: getServiceLogs, - restartService: restartService, + getServices, + getService, + configureService, + getServiceLogs, + restartService, startAppServices, stopAppServices, - startServices: startServices, - updateServiceConfig: updateServiceConfig, + startServices, + updateServiceConfig, - setupAddons: setupAddons, - teardownAddons: teardownAddons, - backupAddons: backupAddons, - restoreAddons: restoreAddons, - clearAddons: clearAddons, + setupAddons, + teardownAddons, + backupAddons, + restoreAddons, + clearAddons, - getEnvironment: getEnvironment, - getMountsSync: getMountsSync, - getContainerNamesSync: getContainerNamesSync, + getEnvironment, + getMountsSync, + getContainerNamesSync, - getContainerDetails: getContainerDetails, + getContainerDetails, SERVICE_STATUS_STARTING: 'starting', // container up, waiting for healthcheck SERVICE_STATUS_ACTIVE: 'active',