 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstalledAppDBExtendedService ¶
type InstalledAppDBExtendedService interface {
	EAMode.InstalledAppDBService
	UpdateInstalledAppVersionStatus(application *v1alpha1.Application) (bool, error)
	IsGitOpsRepoAlreadyRegistered(repoUrl string) (bool, error)
}
    type InstalledAppDBExtendedServiceImpl ¶
type InstalledAppDBExtendedServiceImpl struct {
	*EAMode.InstalledAppDBServiceImpl
	// contains filtered or unexported fields
}
    func NewInstalledAppDBExtendedServiceImpl ¶
func NewInstalledAppDBExtendedServiceImpl( installedAppDBServiceImpl *EAMode.InstalledAppDBServiceImpl, appStatusService appStatus.AppStatusService, gitOpsConfigReadService config.GitOpsConfigReadService) *InstalledAppDBExtendedServiceImpl
func (*InstalledAppDBExtendedServiceImpl) IsGitOpsRepoAlreadyRegistered ¶
func (impl *InstalledAppDBExtendedServiceImpl) IsGitOpsRepoAlreadyRegistered(repoUrl string) (bool, error)
func (*InstalledAppDBExtendedServiceImpl) UpdateInstalledAppVersionStatus ¶
func (impl *InstalledAppDBExtendedServiceImpl) UpdateInstalledAppVersionStatus(application *v1alpha1.Application) (bool, error)
 Click to show internal directories. 
   Click to hide internal directories.