package
Version:
v0.0.0-...-cd6a17b
Opens a new window with list of versions in this module.
Published: Nov 4, 2024
License: MIT
Opens a new window with license information.
Imports: 4
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 `mapstructure:"host"`
Port int16 `mapstructure:"port"`
User string `mapstructure:"user" validate:"required"`
Password string `mapstructure:"password" validate:"required"`
Database string `mapstructure:"database" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.