impl

package
v0.0.0-...-f0de569 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CascadeAll

func CascadeAll(c *gin.Context)

func CascadeCluster

func CascadeCluster(c *gin.Context)

func CreateCluster

func CreateCluster(c *gin.Context)

func CreateConfig

func CreateConfig(c *gin.Context)

func CreatePlatformRole

func CreatePlatformRole(c *gin.Context)

func CreatePlugin

func CreatePlugin(c *gin.Context)

func CreateProduct

func CreateProduct(c *gin.Context)

func CreateTemplate

func CreateTemplate(c *gin.Context)

func DeleteCluster

func DeleteCluster(c *gin.Context)

func DeleteConfig

func DeleteConfig(c *gin.Context)

func DeletePlatformRole

func DeletePlatformRole(c *gin.Context)

func DeletePlugin

func DeletePlugin(c *gin.Context)

func DeleteProduct

func DeleteProduct(c *gin.Context)

func DeleteTemplate

func DeleteTemplate(c *gin.Context)

func GetCluster

func GetCluster(c *gin.Context)

func GetConfig

func GetConfig(c *gin.Context)

func GetMenu

func GetMenu(c *gin.Context)

func GetPlatformRole

func GetPlatformRole(c *gin.Context)

func GetPlugin

func GetPlugin(c *gin.Context)

func GetProduct

func GetProduct(c *gin.Context)

func GetTemplate

func GetTemplate(c *gin.Context)

func Install

func Install(c *gin.Context)

func LDAPTest

func LDAPTest(c *gin.Context)

func ListAuditLog

func ListAuditLog(c *gin.Context)

func ListCluster

func ListCluster(c *gin.Context)

func ListClusterPlugin

func ListClusterPlugin(c *gin.Context)

func ListConfig

func ListConfig(c *gin.Context)

func ListPlatformRole

func ListPlatformRole(c *gin.Context)

func ListPlatformRoleTree

func ListPlatformRoleTree(c *gin.Context)

func ListPlugin

func ListPlugin(c *gin.Context)

func ListProduct

func ListProduct(c *gin.Context)

func ListTemplate

func ListTemplate(c *gin.Context)

func TreeClusterNamespace

func TreeClusterNamespace(c *gin.Context)

func UnInstall

func UnInstall(c *gin.Context)

func UpdateCluster

func UpdateCluster(c *gin.Context)

func UpdateConfig

func UpdateConfig(c *gin.Context)

func UpdatePlatformRole

func UpdatePlatformRole(c *gin.Context)

func UpdatePlugin

func UpdatePlugin(c *gin.Context)

func UpdateProduct

func UpdateProduct(c *gin.Context)

func UpdateTemplate

func UpdateTemplate(c *gin.Context)

Types

type HandleCreateInterface

type HandleCreateInterface interface {
	Create(c *gin.Context) error
}

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 HandleLDAPTestInterface interface {
	LDAPTest(c *gin.Context) error
}

type HandleListInterface

type HandleListInterface interface {
	List() (interface{}, error)
}

type HandleUnInstallInterface

type HandleUnInstallInterface interface {
	UnInstall() error
}

type HandleUpdateInterface

type HandleUpdateInterface interface {
	Update(c *gin.Context) error
}

Jump to

Keyboard shortcuts

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