Versions in this module Expand all Collapse all v1 v1.1.0 Dec 20, 2024 Changes in this version + type CdWorkflowReadService interface + CheckIfLatestWf func(pipelineId, cdWfId int) (latest bool, err error) + type CdWorkflowReadServiceImpl struct + func NewCdWorkflowReadServiceImpl(logger *zap.SugaredLogger, ...) *CdWorkflowReadServiceImpl + func (impl *CdWorkflowReadServiceImpl) CheckIfLatestWf(pipelineId, cdWfId int) (latest bool, err error) + type CdWorkflowRunnerReadService interface + CheckIfWfrLatest func(wfrId, pipelineId int) (isLatest bool, err error) + FindWorkflowRunnerById func(wfrId int) (*bean.CdWorkflowRunnerDto, error) + type CdWorkflowRunnerReadServiceImpl struct + func NewCdWorkflowRunnerReadServiceImpl(logger *zap.SugaredLogger, ...) *CdWorkflowRunnerReadServiceImpl + func (impl *CdWorkflowRunnerReadServiceImpl) CheckIfWfrLatest(wfrId, pipelineId int) (isLatest bool, err error) + func (impl *CdWorkflowRunnerReadServiceImpl) FindWorkflowRunnerById(wfrId int) (*bean.CdWorkflowRunnerDto, error)