Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertTimezone ¶
InsertTimezone returns a single timezone from the DB for the given identifier
Types ¶
type Config ¶
type Config struct { User string `envconfig:"DBUSER"` Name string `envconfig:"DBNAME"` Host string `envconfig:"DBHOST"` Port string `envconfig:"DBPORT"` }
Config is a struct that pulls in env vars to configure the database
Click to show internal directories.
Click to hide internal directories.