config

package
v0.0.0-...-6802e93 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = Configuration{
	Port:       8080,
	PerPage:    100,
	MaxPerPage: 1000,
}

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Host       string
	Port       int
	DB         connect.Connection
	PerPage    uint `yaml:"per_page" envconfig:"per_page"`
	MaxPerPage uint `yaml:"max_per_page" envconfig:"max_per_page"`
}

Jump to

Keyboard shortcuts

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