package
module
Version:
v0.0.0-...-bcce13f
Opens a new window with list of versions in this module.
Published: Feb 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Config struct {
Address string `json:"address" required:"true"`
Password string `json:"password" required:"true"`
DB int `json:"db"`
Timeout int64 `json:"timeout"`
DBCert string `json:"db_cert"`
}
func (cfg *Config) SetDefault()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.