Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStoreDeploymentCommonService ¶
type AppStoreDeploymentCommonService interface {
GetInstalledAppByClusterNamespaceAndName(clusterId int, namespace string, appName string) (*appStoreBean.InstallAppVersionDTO, error)
}
type AppStoreDeploymentCommonServiceImpl ¶
type AppStoreDeploymentCommonServiceImpl struct {
// contains filtered or unexported fields
}
func NewAppStoreDeploymentCommonServiceImpl ¶
func NewAppStoreDeploymentCommonServiceImpl(logger *zap.SugaredLogger, installedAppRepository appStoreRepository.InstalledAppRepository) *AppStoreDeploymentCommonServiceImpl
func (AppStoreDeploymentCommonServiceImpl) GetInstalledAppByClusterNamespaceAndName ¶
func (impl AppStoreDeploymentCommonServiceImpl) GetInstalledAppByClusterNamespaceAndName(clusterId int, namespace string, appName string) (*appStoreBean.InstallAppVersionDTO, error)
Click to show internal directories.
Click to hide internal directories.