Files
sundynix-micro-be/app/plant/rpc/internal/config/config.go
T
2026-05-24 23:04:09 +08:00

12 lines
169 B
Go
Executable File

package config
import "github.com/zeromicro/go-zero/zrpc"
type Config struct {
zrpc.RpcServerConf
DB struct {
DataSource string
}
SystemRpc zrpc.RpcClientConf
}