config

package
v0.0.0-...-d675d5b Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlogConfig

type BlogConfig struct {
	Domain      string
	Title       string
	Subtitle    string
	Description string
	Author      string
	Theme       string
	Source      string
}

type Config

type Config struct {
	Blog BlogConfig
	Http HttpConfig
	Log  LogConfig
}
var (
	C Config
)

type HttpConfig

type HttpConfig struct {
	Addr  string
	Addrs string
	Cert  string
	Key   string
}

type LogConfig

type LogConfig struct {
	FileName string
	Level    int
	Maxlines int
	Maxsize  int
	Daily    bool
	Maxdays  int
	Color    bool
	Perm     string
}

Jump to

Keyboard shortcuts

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