package
module
Version:
v0.0.0-...-1a528d3
Opens a new window with list of versions in this module.
Published: Jul 13, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Eden Config
This is a utility component for working with the Eden Config file type.
The config file is just a toml file, however as the customization of the project components increases, this will
become more complex.
Documentation
¶
type Config struct {
Logger loggingConfig `toml:"logging"`
Server serverConfig `toml:"server"`
DB dbConfig `toml:"database"`
Discord discordConfig `toml:"discord"`
PubSub pubSubConfig `toml:"pubsub"`
}
Config is the main configuration struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.