config

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cfg

type Cfg struct {
	App struct {
		Port      int    `toml:"port"`
		Name      string `toml:"name"`
		Debug     bool   `toml:"debug"`
		Env       string `toml:"env"`
		ServerURL string `toml:"server_url"`
		SiteURL   string `toml:"site_url"`
		URLPrefix string `toml:"url_prefix"`
	} `toml:"app"`
}

Jump to

Keyboard shortcuts

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