Files
sundynix-micro-be/app/plant/rpc/internal/config/config.go
T
2026-04-27 21:23:13 +08:00

11 lines
139 B
Go
Executable File

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