新增index首页服务
This commit is contained in:
11
apps/index/internal/config/config.go
Normal file
11
apps/index/internal/config/config.go
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user