deployerIntf

package
v0.0.0-...-63ace11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2022 License: MIT Imports: 2 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL