Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClusterController ¶
type IClusterController interface { Nodes(ctx *gin.Context, clusterId string) ([]*cluster_dto.Node, error) ResetCluster(ctx *gin.Context, clusterId string, input *cluster_dto.ResetCluster) ([]*cluster_dto.Node, error) Check(ctx *gin.Context, input *cluster_dto.CheckCluster) ([]*cluster_dto.Node, error) }
Click to show internal directories.
Click to hide internal directories.