Versions in this module Expand all Collapse all v1 v1.2.9 Apr 12, 2021 v1.2.8 Apr 12, 2021 v0 v0.2.8 Mar 30, 2021 Changes in this version + type AppChecklist struct + Docker int + Environment int + Git int + GitOps int + HostUrl int + Project int + type ChartChecklist struct + Environment int + GitOps int + Project int + type CommonService interface + FetchLatestChart func(appId int, envId int) (*chartConfig.Chart, error) + GlobalChecklist func() (*GlobalChecklist, error) + type CommonServiceImpl struct + func NewCommonServiceImpl(logger *zap.SugaredLogger, chartRepository chartConfig.ChartRepository, ...) *CommonServiceImpl + func (impl *CommonServiceImpl) FetchLatestChart(appId int, envId int) (*chartConfig.Chart, error) + func (impl *CommonServiceImpl) GlobalChecklist() (*GlobalChecklist, error) + type GlobalChecklist struct + AppChecklist *AppChecklist + ChartChecklist *ChartChecklist + IsAppCreated bool + UserId int32