Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { CheckIfNeedRealDeploy(req handlers.ResourceDeployRequest) (bool, error) Deploy(req handlers.ResourceDeployRequest) (*handlers.ResourceDeployResult, error) UnDeploy(resourceId string) error }
Click to show internal directories.
Click to hide internal directories.