Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLogRoutes ¶ added in v0.0.145
func RegisterLogRoutes(mgm *gin.RouterGroup)
Types ¶
type Controller ¶ added in v0.0.145
type Controller struct{}
func (*Controller) ListOperation ¶ added in v0.0.145
func (lc *Controller) ListOperation(c *gin.Context)
@Summary 操作日志列表 @Description 获取所有操作日志 @Security BearerAuth @Success 200 {object} string @Router /mgm/log/operation/list [get]
func (*Controller) ListShell ¶ added in v0.0.145
func (lc *Controller) ListShell(c *gin.Context)
@Summary Shell日志列表 @Description 获取所有Shell操作日志 @Security BearerAuth @Success 200 {object} string @Router /mgm/log/shell/list [get]
Click to show internal directories.
Click to hide internal directories.