config

package
v2.2.3+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2020 License: MIT 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 {
	Global struct {
		Debug                bool
		Port                 uint16
		Domains              []string
		AllowedOrigins       []string
		Directories          []string
		ObfuscateFilenames   bool   `yaml:"obfuscate filenames,omitempty"`
		CacheControlLifetime uint32 `yaml:"cache-control lifetime"`
		Logs                 struct {
			Access string
			Error  string
		}
	}
}

Config represents the YAML config file

func LoadConfig

func LoadConfig(filename string) Config

LoadConfig loads and processes a configuration file

Jump to

Keyboard shortcuts

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