package
module
Version:
v0.0.0-...-cef6852
Opens a new window with list of versions in this module.
Published: Jan 20, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Host string `validate:"required"`
Port uint16 `validate:"required"`
Database string `validate:"required"`
User string `validate:"required"`
Password string `validate:"required"`
TLSConfig *tls.Config
ConnectTimeout int `validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.