Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceDeployer ¶
type ServiceDeployer interface { DeployService(servInstID, deployFlag, logKey, magicKey string, paasResult *result.ResultBean) bool UndeployService(servInstID string, force bool, logKey, magicKey string, paasResult *result.ResultBean) bool DeployInstance(servInstID, instID, logKey, magicKey string, paasResult *result.ResultBean) bool UndeployInstance(servInstID, instID, logKey, magicKey string, paasResult *result.ResultBean) bool }
type ServiceMaintainer ¶
type ServiceMaintainer interface { MaintainInstance(servInstID, instID, servType string, op *consts.OperationExt, isHandle bool, logKey, magicKey string, paasResult *result.ResultBean) bool UpdateInstanceForBatch(servInstID, instID, servType string, loadDeployFile, rmDeployFile, isHandle bool, logKey, magicKey string, paasResult *result.ResultBean) bool CheckInstanceStatus(servInstID, instID, servType, magicKey string, paasResult *result.ResultBean) bool }
Click to show internal directories.
Click to hide internal directories.