package types
type Mysql struct {
Server string
Port string
Database string
Username string
Password string
}