tianyuan-api-server/apps/index/internal/config/config.go

12 lines
172 B
Go
Raw Normal View History

2024-10-02 22:10:58 +08:00
package config
import (
"github.com/zeromicro/go-zero/rest"
"github.com/zeromicro/go-zero/zrpc"
)
type Config struct {
rest.RestConf
SentinelRpc zrpc.RpcClientConf
}