新增index首页服务

This commit is contained in:
2024-10-02 22:10:58 +08:00
parent 30f3ec55c2
commit 9fd6f70630
12 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package config
import (
"github.com/zeromicro/go-zero/rest"
"github.com/zeromicro/go-zero/zrpc"
)
type Config struct {
rest.RestConf
SentinelRpc zrpc.RpcClientConf
}