configDiff

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

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 (*DeploymentConfigurationRestHandlerImpl) GetManifest

Jump to

Keyboard shortcuts

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