config

package
v0.0.0-...-a116ab3 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Database struct {
		Dsn string `yaml:"dsn" envconfig:"DATABASE_URL"`
	} `yaml:"database"`

	Web struct {
		Port int `yaml:"port" envconfig:"PORT"`
	} `yaml:"web"`
}

func New

func New() *Config

Jump to

Keyboard shortcuts

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