Files
sundynix-micro-be/app/system/rpc/internal/config/config.go
T
2026-04-27 00:02:18 +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
}
}