Documentation
¶
Index ¶
- Variables
- type DeploymentConfigurationRestHandler
- type DeploymentConfigurationRestHandlerImpl
- func (handler *DeploymentConfigurationRestHandlerImpl) CompareCategoryWiseConfigData(w http.ResponseWriter, r *http.Request)
- func (handler *DeploymentConfigurationRestHandlerImpl) ConfigAutoComplete(w http.ResponseWriter, r *http.Request)
- func (handler *DeploymentConfigurationRestHandlerImpl) GetConfigData(w http.ResponseWriter, r *http.Request)
- func (handler *DeploymentConfigurationRestHandlerImpl) GetManifest(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidComparisonItems = errors.New("invalid comparison items, only 2 items are supported for comparison")
View Source
var ErrInvalidConfigCategory = errors.New("invalid config category provided")
View Source
var ErrInvalidIndexValInComparisonItems = errors.New("invalid index values in comparison items")
Functions ¶
This section is empty.
Types ¶
type DeploymentConfigurationRestHandler ¶
type DeploymentConfigurationRestHandler interface { ConfigAutoComplete(w http.ResponseWriter, r *http.Request) GetConfigData(w http.ResponseWriter, r *http.Request) CompareCategoryWiseConfigData(w http.ResponseWriter, r *http.Request) GetManifest(w http.ResponseWriter, r *http.Request) }
type DeploymentConfigurationRestHandlerImpl ¶
type DeploymentConfigurationRestHandlerImpl struct {
// contains filtered or unexported fields
}
func NewDeploymentConfigurationRestHandlerImpl ¶
func NewDeploymentConfigurationRestHandlerImpl(logger *zap.SugaredLogger, userAuthService user.UserService, enforcerUtil rbac.EnforcerUtil, deploymentConfigurationService configDiff.DeploymentConfigurationService, enforcer casbin.Enforcer, ) *DeploymentConfigurationRestHandlerImpl
func (*DeploymentConfigurationRestHandlerImpl) CompareCategoryWiseConfigData ¶
func (handler *DeploymentConfigurationRestHandlerImpl) CompareCategoryWiseConfigData(w http.ResponseWriter, r *http.Request)
func (*DeploymentConfigurationRestHandlerImpl) ConfigAutoComplete ¶
func (handler *DeploymentConfigurationRestHandlerImpl) ConfigAutoComplete(w http.ResponseWriter, r *http.Request)
func (*DeploymentConfigurationRestHandlerImpl) GetConfigData ¶
func (handler *DeploymentConfigurationRestHandlerImpl) GetConfigData(w http.ResponseWriter, r *http.Request)
func (*DeploymentConfigurationRestHandlerImpl) GetManifest ¶
func (handler *DeploymentConfigurationRestHandlerImpl) GetManifest(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.