Documentation ¶
Index ¶
Constants ¶
View Source
const ( TLSModeNone = "" TLSModeSkipVerify = "skip-verify" TLSModePreferred = "preferred" TLSModeStrict = "true" TLSModeOff = "false" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool Host string Port int Database string Username string Password string TLS TLSMode }
func (Config) ConnectionString ¶
Click to show internal directories.
Click to hide internal directories.