Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevtronAppGitOpConfigService ¶
type DevtronAppGitOpConfigService interface { SaveAppLevelGitOpsConfiguration(appGitOpsRequest *bean.AppGitOpsConfigRequest, appName string, ctx context.Context) (err error) GetAppLevelGitOpsConfiguration(appId int) (*bean.AppGitOpsConfigResponse, error) }
type DevtronAppGitOpConfigServiceImpl ¶
type DevtronAppGitOpConfigServiceImpl struct {
// contains filtered or unexported fields
}
func NewDevtronAppGitOpConfigServiceImpl ¶
func NewDevtronAppGitOpConfigServiceImpl(logger *zap.SugaredLogger, chartRepository chartRepoRepository.ChartRepository, chartService chartService.ChartService, gitOpsConfigReadService config.GitOpsConfigReadService, gitOpsValidationService validation.GitOpsValidationService, argoClientWrapperService argocdServer.ArgoClientWrapperService, deploymentConfigService common.DeploymentConfigService) *DevtronAppGitOpConfigServiceImpl
func (*DevtronAppGitOpConfigServiceImpl) GetAppLevelGitOpsConfiguration ¶
func (impl *DevtronAppGitOpConfigServiceImpl) GetAppLevelGitOpsConfiguration(appId int) (*bean.AppGitOpsConfigResponse, error)
func (*DevtronAppGitOpConfigServiceImpl) SaveAppLevelGitOpsConfiguration ¶
func (impl *DevtronAppGitOpConfigServiceImpl) SaveAppLevelGitOpsConfiguration(appGitOpsRequest *bean.AppGitOpsConfigRequest, appName string, ctx context.Context) (err error)
Click to show internal directories.
Click to hide internal directories.