read

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2025 License: Apache-2.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppDetailsReadService

type AppDetailsReadService interface {
	FetchAppStageStatus(appId int, appType int) ([]AppView.AppStageStatus, error)
	FetchAppDetail(ctx context.Context, appId int, envId int) (AppView.AppDetailContainer, error)
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL