mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-08 10:13:47 +08:00
发布v2.11.5版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -45,3 +45,13 @@ type CronOnlineExecReq struct {
|
||||
type CronOnlineExecRes struct {
|
||||
tcp.ServerRes
|
||||
}
|
||||
|
||||
// CronDispatchLogReq 调度日志
|
||||
type CronDispatchLogReq struct {
|
||||
*sysin.DispatchLogInp
|
||||
}
|
||||
|
||||
type CronDispatchLogRes struct {
|
||||
tcp.ServerRes
|
||||
*sysin.DispatchLogModel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user