Documentation ¶
Index ¶
- type DeploymentHistoryService
- type DeploymentHistoryServiceImpl
- func (impl *DeploymentHistoryServiceImpl) GetCdPipelineDeploymentHistory(req *historyBean.CdPipelineDeploymentHistoryListReq) (resp historyBean.DeploymentHistoryResp, err error)
- func (impl *DeploymentHistoryServiceImpl) GetCdPipelineDeploymentHistoryConfigList(req *historyBean.CdPipelineDeploymentHistoryConfigListReq) (resp []*history.DeployedHistoryComponentMetadataDto, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentHistoryService ¶
type DeploymentHistoryService interface { GetCdPipelineDeploymentHistory(req *historyBean.CdPipelineDeploymentHistoryListReq) (resp historyBean.DeploymentHistoryResp, err error) GetCdPipelineDeploymentHistoryConfigList(req *historyBean.CdPipelineDeploymentHistoryConfigListReq) (resp []*history.DeployedHistoryComponentMetadataDto, err error) }
type DeploymentHistoryServiceImpl ¶
type DeploymentHistoryServiceImpl struct {
// contains filtered or unexported fields
}
func NewDeploymentHistoryServiceImpl ¶
func NewDeploymentHistoryServiceImpl(logger *zap.SugaredLogger, cdHandler pipeline.CdHandler, imageTaggingService pipeline.ImageTaggingService, pipelineRepository pipelineConfig.PipelineRepository, deployedConfigurationHistoryService history.DeployedConfigurationHistoryService) *DeploymentHistoryServiceImpl
func (*DeploymentHistoryServiceImpl) GetCdPipelineDeploymentHistory ¶
func (impl *DeploymentHistoryServiceImpl) GetCdPipelineDeploymentHistory(req *historyBean.CdPipelineDeploymentHistoryListReq) (resp historyBean.DeploymentHistoryResp, err error)
func (*DeploymentHistoryServiceImpl) GetCdPipelineDeploymentHistoryConfigList ¶
func (impl *DeploymentHistoryServiceImpl) GetCdPipelineDeploymentHistoryConfigList(req *historyBean.CdPipelineDeploymentHistoryConfigListReq) (resp []*history.DeployedHistoryComponentMetadataDto, err error)
Click to show internal directories.
Click to hide internal directories.