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