1
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
昔念
2026-02-07 22:54:44 +08:00
parent dba116c57b
commit a991013040
4 changed files with 6 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ var Maincontroller = &Controller{} //注入service
// Controller 分发cmd逻辑实现
type Controller struct {
Port uint16
RPCClient struct {
RPCClient *struct {
Kick func(uint32) error
RegisterLogic func(uint16, uint16) error