1 Star 0 Fork 0

charis-xiao / myutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Chandle.go 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chao Xiao 提交于 2022-09-14 13:26 . fix
package test
import (
"fmt"
"gitee.com/NaLanYuChen/myutils/process-arrangement/model"
"gitee.com/NaLanYuChen/myutils/process-arrangement/util"
"time"
)
type CHandle struct {
}
func (sf *CHandle) AssemblyName() string {
return "C"
}
func (sf *CHandle) DoHandle(context model.ContextHandle) error {
context.SetInnerParam("BcHandle", "BHandle.DoHandle1")
time.Sleep(100 * time.Millisecond)
fmt.Println("CHandle.DoHandle", util.GetNowMilTime())
return nil
}
1
https://gitee.com/NaLanYuChen/myutils.git
git@gitee.com:NaLanYuChen/myutils.git
NaLanYuChen
myutils
myutils
v1.0.1

搜索帮助