Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Database PostgresDatabaseConfig
}
type PostgresDatabaseConfig ¶
type PostgresDatabaseConfig struct {
Port int
User string
Password string
Name string
Host string
SSLMode string
}
func (PostgresDatabaseConfig) ConnectionString ¶
func (p PostgresDatabaseConfig) ConnectionString() string
Click to show internal directories.
Click to hide internal directories.