4 Star 2 Fork 3

HuaweiCloudDeveloper/huaweicloud-solution-gameflexmatch-fleetmanager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main_test.go 303 Bytes
一键复制 编辑 原始数据 按行查看 历史
HWCloudSolution 提交于 2022-11-10 17:26 +08:00 . 同步fleetmanager代码
package main
import (
"testing"
)
func TestExecute(t *testing.T) {
setupSignalHandler = func() (stopCh <-chan struct{}) {
return make(chan struct{})
}
bootInit = func() {
t.Logf("Run boot Init")
}
bootRun = func(stopCh <-chan struct{}) {
t.Logf("Run boot Run with stopCh")
}
main()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HuaweiCloudDeveloper/huaweicloud-solution-gameflexmatch-fleetmanager.git
git@gitee.com:HuaweiCloudDeveloper/huaweicloud-solution-gameflexmatch-fleetmanager.git
HuaweiCloudDeveloper
huaweicloud-solution-gameflexmatch-fleetmanager
huaweicloud-solution-gameflexmatch-fleetmanager
master-dev

搜索帮助