config

package
v1.2.1-0...-60470b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Discord struct {
		Token string `env:"DISCORD_TOKEN"`
	}

	DB struct {
		FilePath string `env:"DB_PATH" default:"./data/db.sqlite"`
	}
)
View Source
var Module = core.Module{
	Name: "Config",
	OnInit: func() {
		log.Println("Loading config")

		godotenv.Load()

		initConfigStruct(&Discord)
		initConfigStruct(&DB)
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL