app-cloudep-notification-se.../internal/config/config.go

20 lines
251 B
Go
Executable File

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
}
}