Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CdWorkflowReadService ¶
type CdWorkflowReadServiceImpl ¶
type CdWorkflowReadServiceImpl struct {
// contains filtered or unexported fields
}
func NewCdWorkflowReadServiceImpl ¶
func NewCdWorkflowReadServiceImpl(logger *zap.SugaredLogger, cdWorkflowRepository pipelineConfig.CdWorkflowRepository) *CdWorkflowReadServiceImpl
func (*CdWorkflowReadServiceImpl) CheckIfLatestWf ¶
func (impl *CdWorkflowReadServiceImpl) CheckIfLatestWf(pipelineId, cdWfId int) (latest bool, err error)
type CdWorkflowRunnerReadServiceImpl ¶
type CdWorkflowRunnerReadServiceImpl struct {
// contains filtered or unexported fields
}
func NewCdWorkflowRunnerReadServiceImpl ¶
func NewCdWorkflowRunnerReadServiceImpl(logger *zap.SugaredLogger, cdWorkflowRepository pipelineConfig.CdWorkflowRepository) *CdWorkflowRunnerReadServiceImpl
func (*CdWorkflowRunnerReadServiceImpl) CheckIfWfrLatest ¶
func (impl *CdWorkflowRunnerReadServiceImpl) CheckIfWfrLatest(wfrId, pipelineId int) (isLatest bool, err error)
func (*CdWorkflowRunnerReadServiceImpl) FindWorkflowRunnerById ¶
func (impl *CdWorkflowRunnerReadServiceImpl) FindWorkflowRunnerById(wfrId int) (*bean.CdWorkflowRunnerDto, error)
Click to show internal directories.
Click to hide internal directories.