Documentation
¶
Index ¶
- type Controller
- func (c *Controller) ClusterCreate(ctx *gin.Context)
- func (c *Controller) ClusterDelete(ctx *gin.Context)
- func (c *Controller) ClusterOptions(ctx *gin.Context)
- func (c *Controller) ClusterRead(ctx *gin.Context)
- func (c *Controller) ClusterUpdate(ctx *gin.Context)
- func (c *Controller) ClustersRead(ctx *gin.Context)
- func (c *Controller) FillDB()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) ClusterCreate ¶
func (c *Controller) ClusterCreate(ctx *gin.Context)
func (*Controller) ClusterDelete ¶
func (c *Controller) ClusterDelete(ctx *gin.Context)
func (*Controller) ClusterOptions ¶
func (c *Controller) ClusterOptions(ctx *gin.Context)
func (*Controller) ClusterRead ¶
func (c *Controller) ClusterRead(ctx *gin.Context)
func (*Controller) ClusterUpdate ¶
func (c *Controller) ClusterUpdate(ctx *gin.Context)
func (*Controller) ClustersRead ¶
func (c *Controller) ClustersRead(ctx *gin.Context)
func (*Controller) FillDB ¶
func (c *Controller) FillDB()
Click to show internal directories.
Click to hide internal directories.