config

package
v0.0.1-20230426-0001 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfigs

func LoadConfigs() bool

Types

type ConfigModel

type ConfigModel struct {
	// Add here Your structure as you wish!
	HelloWorld string `yaml:"hello_wolrd" mapstructure:"hello_wolrd" default:"hey"`
	Aaaaa      string
}

Here we declare custom structures which we will be using inside the app!

var Data *ConfigModel

Jump to

Keyboard shortcuts

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