Fix coding style

This commit is contained in:
Girish Ramakrishnan
2020-09-23 15:13:23 -07:00
parent fb2c5a85b6
commit a75928d805
+16 -16
View File
@@ -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',