package config type Database struct { Host string Port int User string Password string Dbname string }