app

package
v0.0.0-...-1405e82 Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = struct {
	Port    string `default:":8080"`
	PerPage int    `default:"10"`
	Db      struct {
		Host     string `default:"localhost"`
		Port     uint64 `default:"3306"`
		Name     string `default:"ginrester"`
		User     string `default:"root"`
		Password string `default:"123456"`
	}
}{}

Functions

func InitConfig

func InitConfig(configPath string) error

func InitDb

func InitDb() error

Types

This section is empty.

Jump to

Keyboard shortcuts

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