setting

package
v0.0.0-...-f94672d Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var App = &AppSetting{}
View Source
var Database = &DatabaseSetting{}
View Source
var Server = &ServerSetting{}

Functions

This section is empty.

Types

type AppSetting

type AppSetting struct {
	JwtSecret string
	WxToken   string
}

type DatabaseSetting

type DatabaseSetting struct {
	Type        string
	User        string
	Password    string
	Host        string
	Name        string
	TablePrefix string
}

type ServerSetting

type ServerSetting struct {
	Ip   string
	Port string
}

Jump to

Keyboard shortcuts

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