Documentation ¶
Index ¶
- func CascadeAll(c *gin.Context)
- func CascadeCluster(c *gin.Context)
- func CreateCluster(c *gin.Context)
- func CreateConfig(c *gin.Context)
- func CreatePlatformRole(c *gin.Context)
- func CreatePlugin(c *gin.Context)
- func CreateProduct(c *gin.Context)
- func CreateTemplate(c *gin.Context)
- func DeleteCluster(c *gin.Context)
- func DeleteConfig(c *gin.Context)
- func DeletePlatformRole(c *gin.Context)
- func DeletePlugin(c *gin.Context)
- func DeleteProduct(c *gin.Context)
- func DeleteTemplate(c *gin.Context)
- func GetCluster(c *gin.Context)
- func GetConfig(c *gin.Context)
- func GetMenu(c *gin.Context)
- func GetPlatformRole(c *gin.Context)
- func GetPlugin(c *gin.Context)
- func GetProduct(c *gin.Context)
- func GetTemplate(c *gin.Context)
- func HandleCreate(r HandleCreateInterface, c *gin.Context) *common.ResponseData
- func HandleDelete(r HandleDeleteInterface) *common.ResponseData
- func HandleGet(r HandleGetInterface) *common.ResponseData
- func HandleInstall(r HandleInstallInterface) *common.ResponseData
- func HandleLDAPTest(r HandleLDAPTestInterface, c *gin.Context) *common.ResponseData
- func HandleList(r HandleListInterface) *common.ResponseData
- func HandleUnInstall(r HandleUnInstallInterface) *common.ResponseData
- func HandleUpdate(r HandleUpdateInterface, c *gin.Context) *common.ResponseData
- func Install(c *gin.Context)
- func LDAPTest(c *gin.Context)
- func ListAuditLog(c *gin.Context)
- func ListCluster(c *gin.Context)
- func ListClusterPlugin(c *gin.Context)
- func ListConfig(c *gin.Context)
- func ListPlatformRole(c *gin.Context)
- func ListPlatformRoleTree(c *gin.Context)
- func ListPlugin(c *gin.Context)
- func ListProduct(c *gin.Context)
- func ListTemplate(c *gin.Context)
- func TreeClusterNamespace(c *gin.Context)
- func UnInstall(c *gin.Context)
- func UpdateCluster(c *gin.Context)
- func UpdateConfig(c *gin.Context)
- func UpdatePlatformRole(c *gin.Context)
- func UpdatePlugin(c *gin.Context)
- func UpdateProduct(c *gin.Context)
- func UpdateTemplate(c *gin.Context)
- type HandleCreateInterface
- type HandleDeleteInterface
- type HandleGetInterface
- type HandleInstallInterface
- type HandleLDAPTestInterface
- type HandleListInterface
- type HandleUnInstallInterface
- type HandleUpdateInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CascadeAll ¶
func CascadeCluster ¶
func CreateCluster ¶
func CreateConfig ¶
func CreatePlatformRole ¶
func CreatePlugin ¶
func CreateProduct ¶
func CreateTemplate ¶
func DeleteCluster ¶
func DeleteConfig ¶
func DeletePlatformRole ¶
func DeletePlugin ¶
func DeleteProduct ¶
func DeleteTemplate ¶
func GetCluster ¶
func GetPlatformRole ¶
func GetProduct ¶
func GetTemplate ¶
func HandleCreate ¶
func HandleCreate(r HandleCreateInterface, c *gin.Context) *common.ResponseData
func HandleDelete ¶
func HandleDelete(r HandleDeleteInterface) *common.ResponseData
func HandleGet ¶
func HandleGet(r HandleGetInterface) *common.ResponseData
func HandleInstall ¶
func HandleInstall(r HandleInstallInterface) *common.ResponseData
func HandleLDAPTest ¶
func HandleLDAPTest(r HandleLDAPTestInterface, c *gin.Context) *common.ResponseData
func HandleList ¶
func HandleList(r HandleListInterface) *common.ResponseData
func HandleUnInstall ¶
func HandleUnInstall(r HandleUnInstallInterface) *common.ResponseData
func HandleUpdate ¶
func HandleUpdate(r HandleUpdateInterface, c *gin.Context) *common.ResponseData
func ListAuditLog ¶
func ListCluster ¶
func ListClusterPlugin ¶
func ListConfig ¶
func ListPlatformRole ¶
func ListPlatformRoleTree ¶
func ListPlugin ¶
func ListProduct ¶
func ListTemplate ¶
func TreeClusterNamespace ¶
func UpdateCluster ¶
func UpdateConfig ¶
func UpdatePlatformRole ¶
func UpdatePlugin ¶
func UpdateProduct ¶
func UpdateTemplate ¶
Types ¶
type HandleCreateInterface ¶
type HandleDeleteInterface ¶
type HandleDeleteInterface interface {
Delete() error
}
type HandleGetInterface ¶
type HandleGetInterface interface {
Get() (interface{}, error)
}
type HandleInstallInterface ¶
type HandleInstallInterface interface {
Install() error
}
type HandleLDAPTestInterface ¶
type HandleListInterface ¶
type HandleListInterface interface {
List() (interface{}, error)
}
type HandleUnInstallInterface ¶
type HandleUnInstallInterface interface {
UnInstall() error
}
type HandleUpdateInterface ¶
Click to show internal directories.
Click to hide internal directories.