Files
juwan-backend/app/search/api/internal/config/config.go
T
2026-04-24 13:24:58 +08:00

12 lines
174 B
Go

package config
import (
"github.com/zeromicro/go-zero/rest"
"github.com/zeromicro/go-zero/zrpc"
)
type Config struct {
rest.RestConf
SearchRpcConf zrpc.RpcClientConf
}