Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Host string `yaml:"host"`
User string `yaml:"user"`
Password string `yaml:"password"`
Database string `yaml:"database"`
PoolSize int `yaml:"pool_size"`
SSLMode string `yaml:"ssl_mode"`
}
Config represents PostgreSQL storage configuration.
func (*Config) UnmarshalYAML ¶
UnmarshalYAML satisfies Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.