config

package
v0.0.0-...-e9773f5 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Default = &Config{
	Port:        9090,
	SecurePort:  9443,
	LogLevel:    "",
	Development: false,
}

Default configuration

Functions

This section is empty.

Types

type Config

type Config struct {
	Port       int
	SecurePort int
	//[debug|info|warn|error|fatal|panic]
	LogLevel    string
	Development bool
}

Config struct

Jump to

Keyboard shortcuts

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