package context type DbCredentials struct { Name string Host string Port uint64 Username string Password string } type Environment struct { Webmaster string AppPort uint64 Db DbCredentials }