1 Star 0 Fork 1

abigbug / gdot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
module.go 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
KuRay 提交于 2020-10-09 10:40 . 1、第一次提交
package gdcore
import (
"time"
"github.com/name5566/leaf/timer"
)
// IModule IModule
type IModule interface {
AfterFunc(time.Duration, func()) *timer.Timer
CronFunc(*timer.CronExpr, func()) *timer.Cron
Go(func(), func())
RegisterChanRPC(interface{}, interface{})
ChanCall(interface{}, ...interface{})
}
Go
1
https://gitee.com/abigbug/gdot.git
git@gitee.com:abigbug/gdot.git
abigbug
gdot
gdot
7424bbb5d2b3

搜索帮助

53164aa7 5694891 3bd8fe86 5694891