package
0.0.0-20220820102938-2935971750ff
Repository: https://github.com/eviedelta/openjishia.git
Documentation: pkg.go.dev

# Functions

AConf is a function dedicated to checking various locations for a config, and loading that config.
AnyConf is like AConf but it accepts any struct and will attempt to unmarshal the config file in the location defined by prefix into it.
CheckDirExist is a lazy function to determine if a directory exists or not.
CheckExist is a lazy function to determine if a file exists or not.
Load loads a toml based config file.

# Structs

Auth contains authentication configuration.
Bot contains some general purpose configuration.
Config contains the core configuration for the bot, i mean what else would it contain.
Logging contains some logging configs.