4 Star 14 Fork 5

cloudtask/cloudtask-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
request.go 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rick.B.Liu 提交于 2018-02-01 13:29 +08:00 . modify center code
package api
import "github.com/cloudtask/common/models"
import (
"bytes"
)
//MessageRequest is exported
type MessageRequest struct {
Header *models.MsgHeader
Reader *bytes.Reader
Context *Context
}
//JobLogRequest is exported
type JobLogRequest struct {
Context *Context
models.JobLog
}
//JobActionRequest is exported
type JobActionRequest struct {
Context *Context
Runtime string `json:"runtime"`
JobId string `json:"jobid"`
Action string `json:"action"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cloudtask/cloudtask-center.git
git@gitee.com:cloudtask/cloudtask-center.git
cloudtask
cloudtask-center
cloudtask-center
v2.0.0

搜索帮助