1 Star 0 Fork 0

一只北京的小修狗/测试自动化

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api.go 185 Bytes
一键复制 编辑 原始数据 按行查看 历史
一只北京的小修狗 提交于 2024-10-02 12:30 +08:00 . 测试
package linked_action
var __am = newActionMap()
func Register(p string, actions []IAction) {
__am.register(p, actions)
}
func Get(k string) (IAction, error) {
return __am.get(k)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/beijingxiugo/GolandAuto.git
git@gitee.com:beijingxiugo/GolandAuto.git
beijingxiugo
GolandAuto
测试自动化
v0.2.1

搜索帮助