config

package
v0.108.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2022 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Server   Server
	Database Database
	Log      Log
}

Config is the application config

func Read

func Read(path string) (*Config, error)

Read the config file

type Database

type Database struct {
	Type       string `default:"sqlite3"`
	Connection string `default:"data/ghz.db"`
}

Database settings

type Log

type Log struct {
	Level string `default:"info"`
	Path  string
}

Log settings

type Server

type Server struct {
	Port uint `default:"80"`
}

Server settings

Jump to

Keyboard shortcuts

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