Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Path is the path to the SQLite database file.
Path string `envconfig:"DBX_SQLITE_PATH"`
}
Config represents configuration for PostgreSQL connection.
func FromContext ¶
FromContext will return the Config carried in the provided Context.
It panics if config is not available on the current context.
Click to show internal directories.
Click to hide internal directories.