Documentation
¶
Index ¶
- func RegisterParamRoutes(params *gin.RouterGroup)
- type Controller
- func (pc *Controller) ClusterOptionList(c *gin.Context)
- func (pc *Controller) ClusterTableList(c *gin.Context)
- func (pc *Controller) Conditions(c *gin.Context)
- func (pc *Controller) Config(c *gin.Context)
- func (pc *Controller) HelmRepoOptionList(c *gin.Context)
- func (pc *Controller) UserRole(c *gin.Context)
- func (pc *Controller) Version(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterParamRoutes ¶ added in v0.0.145
func RegisterParamRoutes(params *gin.RouterGroup)
Types ¶
type Controller ¶ added in v0.0.145
type Controller struct {
}
func (*Controller) ClusterOptionList ¶ added in v0.0.145
func (pc *Controller) ClusterOptionList(c *gin.Context)
func (*Controller) ClusterTableList ¶ added in v0.0.145
func (pc *Controller) ClusterTableList(c *gin.Context)
func (*Controller) Conditions ¶ added in v0.0.145
func (pc *Controller) Conditions(c *gin.Context)
func (*Controller) Config ¶ added in v0.0.145
func (pc *Controller) Config(c *gin.Context)
Config 获取某一个参数配置
func (*Controller) HelmRepoOptionList ¶ added in v0.0.145
func (pc *Controller) HelmRepoOptionList(c *gin.Context)
func (*Controller) UserRole ¶ added in v0.0.145
func (pc *Controller) UserRole(c *gin.Context)
UserRole 获取当前用户的Role信息
func (*Controller) Version ¶ added in v0.0.145
func (pc *Controller) Version(c *gin.Context)
Version 获取版本号
Click to show internal directories.
Click to hide internal directories.