服务之间相互调用

This commit is contained in:
2026-08-24 10:06:52 +08:00
parent c33fbdb422
commit 80f428c032
49 changed files with 1756 additions and 35 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
package config
import "github.com/zeromicro/go-zero/zrpc"
type Config struct {
Nacos NacosConf
LonelogRpc zrpc.RpcClientConf
Nacos NacosConf
}
type NacosConf struct {