Versions in this module Expand all Collapse all v1 v1.22.38 Sep 25, 2022 v1.22.12 Mar 28, 2022 Changes in this version + type CmdController struct + GetCmdByID gin.HandlerFunc + PostExecuteCmd gin.HandlerFunc + func NewCmdController(router *gin.Engine) *CmdController + func (c *CmdController) GetCmdByIDImpl(context *gin.Context) + func (c *CmdController) PostExecuteCmdImpl(context *gin.Context) + type HealthController struct + GetInfo gin.HandlerFunc + func NewHealthController(router *gin.Engine) *HealthController + func (c *HealthController) GetInfoImpl(context *gin.Context) + type HealthInfo struct + CPU int + Memory runtime.MemStats + type ResponseMessage struct + Code int + Data interface{} + Message string + type RootController struct