 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type AppInfoRestHandler
- type AppInfoRestHandlerImpl
- func (handler AppInfoRestHandlerImpl) GetAllLabels(w http.ResponseWriter, r *http.Request)
- func (handler AppInfoRestHandlerImpl) GetAppListByTeamIds(w http.ResponseWriter, r *http.Request)
- func (handler AppInfoRestHandlerImpl) GetAppMetaInfo(w http.ResponseWriter, r *http.Request)
- func (handler AppInfoRestHandlerImpl) GetHelmAppMetaInfo(w http.ResponseWriter, r *http.Request)
- func (handler AppInfoRestHandlerImpl) UpdateApp(w http.ResponseWriter, r *http.Request)
- func (handler AppInfoRestHandlerImpl) UpdateAppNote(w http.ResponseWriter, r *http.Request)
- func (handler AppInfoRestHandlerImpl) UpdateProjectForApps(w http.ResponseWriter, r *http.Request)
 
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, rbacEnforcementUtil commonEnforcementFunctionsUtil.CommonEnforcementUtil) *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)
 Click to show internal directories. 
   Click to hide internal directories.