Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppChecklist ¶
type ChartChecklist ¶
type CommonService ¶
type CommonService interface { FetchLatestChart(appId int, envId int) (*chartRepoRepository.Chart, error) GlobalChecklist() (*GlobalChecklist, error) }
type CommonServiceImpl ¶
type CommonServiceImpl struct {
// contains filtered or unexported fields
}
func NewCommonServiceImpl ¶
func NewCommonServiceImpl(logger *zap.SugaredLogger, chartRepository chartRepoRepository.ChartRepository, installedAppRepository repository4.InstalledAppRepository, environmentConfigRepository chartConfig.EnvConfigOverrideRepository, dockerReg dockerRegistryRepository.DockerArtifactStoreRepository, attributeRepo repository.AttributesRepository, gitProviderRepository repository.GitProviderRepository, environmentRepository repository3.EnvironmentRepository, teamRepository repository2.TeamRepository, appRepository app.AppRepository, gitOpsConfigReadService config.GitOpsConfigReadService) *CommonServiceImpl
func (*CommonServiceImpl) FetchLatestChart ¶
func (impl *CommonServiceImpl) FetchLatestChart(appId int, envId int) (*chartRepoRepository.Chart, error)
func (*CommonServiceImpl) GlobalChecklist ¶
func (impl *CommonServiceImpl) GlobalChecklist() (*GlobalChecklist, error)
type GlobalChecklist ¶
type GlobalChecklist struct { AppChecklist *AppChecklist `json:"appChecklist"` ChartChecklist *ChartChecklist `json:"chartChecklist"` IsAppCreated bool `json:"isAppCreated"` UserId int32 `json:"-"` }
Click to show internal directories.
Click to hide internal directories.