1 Star 1 Fork 0

紫色枫叶/gogo

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
job.go 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
紫色枫叶 提交于 2022-07-23 08:48 +08:00 . 更新
package job
import (
"net/http"
)
// Job 总工作台
type Job struct {
W http.ResponseWriter
R *http.Request
File *Files `Testing:"文件"`
Input map[string]string `Testing:"接收的参数"`
InputJson string `Testing:"接收的json数据"`
GroupData map[string]interface{} `Testing:"跨方法的数据"`
IsFlow bool `Testing:"判断是否继续向下执行:true=继续执行,false=停止"`
}
// +----------------------------------------------------------------------
// | 程序执行结束,接口返回操作
// +----------------------------------------------------------------------
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/doujunyu/gogo.git
git@gitee.com:doujunyu/gogo.git
doujunyu
gogo
gogo
30be18a1de2f

搜索帮助