Documentation ¶
Index ¶
Constants ¶
View Source
const ( Disable = "disable" RequireNoVerify = "require" Verify = "verify-full" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBConfig ¶
type DBConfig struct { DBType string Url string Username string Password string DBName string Sslmode SSLMode Port int64 }
Valid SSL modes:
- disable - No SSL
- require - Always SSL (skip verification)
- verify-full - Always SSL (require verification)
Click to show internal directories.
Click to hide internal directories.