1 Star 0 Fork 0

蒙蒙的男孩/eosc

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
balance.go 160 Bytes
Copy Edit Raw Blame History
蒙蒙的男孩 authored 2024-01-10 11:57 +08:00 . 0.15.2
package eocontext
import "time"
type BalanceHandler interface {
Select(ctx EoContext) (INode, int, error)
Scheme() string
TimeOut() time.Duration
EoApp
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meng_mengs_boys/eosc.git
git@gitee.com:meng_mengs_boys/eosc.git
meng_mengs_boys
eosc
eosc
v1.15.7

Search