Versions in this module Expand all Collapse all v1 v1.8.2 Oct 1, 2025 v1.8.1 Sep 15, 2025 v1.8.0 Sep 11, 2025 v1.7.0 Jun 16, 2025 v1.6.0 May 19, 2025 v1.5.1 May 8, 2025 v1.5.0 Apr 23, 2025 Changes in this version + type AppWorkflowListRespDto struct + AppId int + AppName string + IsGitOpsRepoNotConfigured bool + Workflows []AppWorkflowDto v1.4.0 Mar 24, 2025 v1.3.1 Feb 25, 2025 v1.3.0 Feb 21, 2025 v1.2.2 Feb 5, 2025 v1.2.1 Feb 4, 2025 v1.2.0 Jan 27, 2025 v1.1.0 Dec 20, 2024 Changes in this version + const CD_PIPELINE_TYPE + const CI_PIPELINE_TYPE + type AllAppWorkflowComponentDetails struct + Workflows []*WorkflowComponentNamesDto + type AppWorkflowDto struct + AppId int + AppWorkflowMappingDto []AppWorkflowMappingDto + Id int + Name string + UserId int32 + type AppWorkflowMappingDto struct + AppWorkflowId int + ChildPipelinesIds mapset.Set + ComponentId int + DeploymentAppDeleteRequest bool + Id int + IsLast bool + ParentId int + ParentType string + Type string + UserId int32 + func (dto AppWorkflowMappingDto) GetParentPipelineIdentifier() PipelineIdentifier + func (dto AppWorkflowMappingDto) GetPipelineIdentifier() PipelineIdentifier + type PipelineIdentifier struct + PipelineId int + PipelineType string + type TriggerViewWorkflowConfig struct + CdPipelines *bean.CdPipelines + CiConfig *bean.TriggerViewCiConfig + ExternalCiConfig []*bean.ExternalCiConfig + Workflows []AppWorkflowDto + type WorkflowCloneRequest struct + AppId int + EnvironmentId int + UserId int32 + WorkflowId int + WorkflowName string + type WorkflowComponentNamesDto struct + CdPipelines []string + CiPipelineId int + CiPipelineName string + Id int + Name string + type WorkflowComponents struct + CdPipelineIds []int + CiPipelineId int + ExternalCiPipelineId int + type WorkflowMappingsNotFoundError struct + WorkflowIds []int + func (w WorkflowMappingsNotFoundError) Error() string + type WorkflowNamesRequest struct + AppNames []string + type WorkflowNamesResponse struct + AppIdWorkflowNamesMapping map[string][]string + type WorkflowsFilterQuery struct + EnvIds []int + EnvIdsString string + func NewWorkflowsFilterQuery() *WorkflowsFilterQuery + func (q *WorkflowsFilterQuery) WithEnvIds(envIds []int) *WorkflowsFilterQuery