Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TriggerStat ¶
func TriggerStat2one ¶
func TriggerStatOne ¶
Types ¶
type StatFuncService ¶
type StatFuncService struct {
funchandler.FuncService
}
func NewStatFuncService ¶
func NewStatFuncService() *StatFuncService
func (*StatFuncService) ExecuteDisable ¶
func (this *StatFuncService) ExecuteDisable(c *gin.Context)
@Summary Stat性能统计关闭打屏 @Tags 性能统计服务 @Produce json @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /disable [get]
func (*StatFuncService) ExecuteEnable ¶
func (this *StatFuncService) ExecuteEnable(c *gin.Context)
@Summary Stat性能统计打开打屏 @Tags 性能统计服务 @Produce json @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /enable [get]
func (*StatFuncService) ExecuteStat ¶
func (this *StatFuncService) ExecuteStat(c *gin.Context)
@Summary Stat性能统计 @Tags 性能统计服务 @Produce json @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /stat [get]
func (*StatFuncService) ExecuteTrigger ¶
func (this *StatFuncService) ExecuteTrigger(ctx *gin.Context)
@Summary 触发性能统计 @Tags 性能统计服务 @Produce json
@Param body body string true "query params" @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /trigger [post]