Documentation ¶
Index ¶
- type AppStoreDeploymentCommonService
- type AppStoreDeploymentCommonServiceImpl
- func (impl AppStoreDeploymentCommonServiceImpl) GetInstalledAppByClusterNamespaceAndName(clusterId int, namespace string, appName string) (*appStoreBean.InstallAppVersionDTO, error)
- func (impl AppStoreDeploymentCommonServiceImpl) GetInstalledAppByInstalledAppId(installedAppId int) (*appStoreBean.InstallAppVersionDTO, error)
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) GetInstalledAppByInstalledAppId(installedAppId int) (*appStoreBean.InstallAppVersionDTO, error) }
type AppStoreDeploymentCommonServiceImpl ¶
type AppStoreDeploymentCommonServiceImpl struct {
// contains filtered or unexported fields
}
func NewAppStoreDeploymentCommonServiceImpl ¶
func NewAppStoreDeploymentCommonServiceImpl(logger *zap.SugaredLogger, installedAppRepository repository.InstalledAppRepository) *AppStoreDeploymentCommonServiceImpl
func (AppStoreDeploymentCommonServiceImpl) GetInstalledAppByClusterNamespaceAndName ¶
func (impl AppStoreDeploymentCommonServiceImpl) GetInstalledAppByClusterNamespaceAndName(clusterId int, namespace string, appName string) (*appStoreBean.InstallAppVersionDTO, error)
func (AppStoreDeploymentCommonServiceImpl) GetInstalledAppByInstalledAppId ¶ added in v0.3.24
func (impl AppStoreDeploymentCommonServiceImpl) GetInstalledAppByInstalledAppId(installedAppId int) (*appStoreBean.InstallAppVersionDTO, error)
Click to show internal directories.
Click to hide internal directories.