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(logger *zap.SugaredLogger, installedAppRepository repository2.InstalledAppRepository, appRepository app.AppRepository, userService user.UserService, installedAppRepositoryHistory repository2.InstalledAppVersionHistoryRepository, appStatusService appStatus.AppStatusService, pubSubClient *pubsub.PubSubClientServiceImpl, gitOpsConfigReadService config.GitOpsConfigReadService) (*InstalledAppDBExtendedServiceImpl, error)
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.