package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Sep 28, 2024
License: Unlicense
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Driver string `mapstructure:"driver"`
Host string `mapstructure:"host"`
Port json.Number `mapstructure:"port"`
Database string `mapstructure:"database"`
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
SSLMode string `mapstructure:"sslmode"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.