Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDetailsReadService ¶
type AppDetailsReadServiceImpl ¶
type AppDetailsReadServiceImpl struct {
Logger *zap.SugaredLogger
// contains filtered or unexported fields
}
func NewAppDetailsReadServiceImpl ¶
func NewAppDetailsReadServiceImpl( dbConnection *pg.DB, Logger *zap.SugaredLogger, gitOpsConfigReadService config.GitOpsConfigReadService, deploymentConfigReadService read.DeploymentConfigReadService, appWorkflowRepository appWorkflow.AppWorkflowRepository, appListingRepository internalRepo.AppListingRepository, ) *AppDetailsReadServiceImpl
func (*AppDetailsReadServiceImpl) FetchAppDetail ¶
func (impl *AppDetailsReadServiceImpl) FetchAppDetail(ctx context.Context, appId int, envId int) (AppView.AppDetailContainer, error)
func (*AppDetailsReadServiceImpl) FetchAppStageStatus ¶
func (impl *AppDetailsReadServiceImpl) FetchAppStageStatus(appId int, appType int) ([]AppView.AppStageStatus, error)
Click to show internal directories.
Click to hide internal directories.