package config import "github.com/zeromicro/go-zero/zrpc" type Config struct { zrpc.RpcServerConf SMTP struct { Host string Port int User string Password string } SMSSender struct { User string Password string } }