appInfo

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppInfoRestHandler

type AppInfoRestHandler interface {
	GetAllLabels(w http.ResponseWriter, r *http.Request)
	GetAppMetaInfo(w http.ResponseWriter, r *http.Request)
	GetHelmAppMetaInfo(w http.ResponseWriter, r *http.Request)
	UpdateApp(w http.ResponseWriter, r *http.Request)
	UpdateProjectForApps(w http.ResponseWriter, r *http.Request)
	GetAppListByTeamIds(w http.ResponseWriter, r *http.Request)
	UpdateAppNote(w http.ResponseWriter, r *http.Request)
}

type AppInfoRestHandlerImpl

type AppInfoRestHandlerImpl struct {
	// contains filtered or unexported fields
}

func NewAppInfoRestHandlerImpl

func NewAppInfoRestHandlerImpl(logger *zap.SugaredLogger, appService app.AppCrudOperationService,
	userAuthService user.UserService, validator *validator.Validate, enforcerUtil rbac.EnforcerUtil,
	enforcer casbin.Enforcer, helmAppService client.HelmAppService, enforcerUtilHelm rbac.EnforcerUtilHelm,
	genericNoteService genericNotes.GenericNoteService) *AppInfoRestHandlerImpl

func (AppInfoRestHandlerImpl) GetAllLabels

func (handler AppInfoRestHandlerImpl) GetAllLabels(w http.ResponseWriter, r *http.Request)

func (AppInfoRestHandlerImpl) GetAppListByTeamIds

func (handler AppInfoRestHandlerImpl) GetAppListByTeamIds(w http.ResponseWriter, r *http.Request)

func (AppInfoRestHandlerImpl) GetAppMetaInfo

func (handler AppInfoRestHandlerImpl) GetAppMetaInfo(w http.ResponseWriter, r *http.Request)

func (AppInfoRestHandlerImpl) GetHelmAppMetaInfo

func (handler AppInfoRestHandlerImpl) GetHelmAppMetaInfo(w http.ResponseWriter, r *http.Request)

func (AppInfoRestHandlerImpl) UpdateApp

func (handler AppInfoRestHandlerImpl) UpdateApp(w http.ResponseWriter, r *http.Request)

func (AppInfoRestHandlerImpl) UpdateAppNote

func (handler AppInfoRestHandlerImpl) UpdateAppNote(w http.ResponseWriter, r *http.Request)

func (AppInfoRestHandlerImpl) UpdateProjectForApps

func (handler AppInfoRestHandlerImpl) UpdateProjectForApps(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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