serverconfig

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DataID = "Server"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Service         string `json:"service"`          // 服务名
	Addr            string `json:"addr"`             // http服务器地址
	ShutdownTimeout int    `json:"shutdown_timeout"` // http graceful shutdown的最大等待时间
	LogLevel        string `json:"log_level"`        // 日志打印级别
}

Jump to

Keyboard shortcuts

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