conf

package
v0.0.0-...-7086f56 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	App struct {
		Host string
		Port string
		Log  struct {
			Level string `env:"APP_LOG_LEVEL,required=true"`
		}
	}
	Db struct {
		Elastic struct {
			Host string
			Port string
		}
	}
}
var Config *Configuration

func New

func New(location string, fileName string) (*Configuration, error)

Jump to

Keyboard shortcuts

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