Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilelogloadFuncService ¶
type FilelogloadFuncService struct {
funchandler.FuncService
}
func NewFilelogloadFuncService ¶
func NewFilelogloadFuncService() *FilelogloadFuncService
func (*FilelogloadFuncService) ExecuteDownloadErr ¶
func (this *FilelogloadFuncService) ExecuteDownloadErr(c *gin.Context)
@Summary 下载ERR log @Tags 日志文件服务 @Description 下载ERR log
##// @Param filename query string true "file name"
@Success 200 {object} gin.Context
@Router /download/err [post]
func (*FilelogloadFuncService) ExecuteDownloadLog ¶
func (this *FilelogloadFuncService) ExecuteDownloadLog(c *gin.Context)
@Summary 下载log @Tags 日志文件服务 @Description 下载log
##// @Param filename query string true "file name"
@Success 200 {object} gin.Context
@Router /download/log [post]
Click to show internal directories.
Click to hide internal directories.