utils

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cfg = new(AppConf)

Functions

This section is empty.

Types

type AppConf

type AppConf struct {
	MysqlConf `ini:"mysql"`
	Paginate  int `ini:"paginate"`
}

type MysqlConf

type MysqlConf struct {
	Address  string `ini:"address"`
	Port     int    `ini:"port"`
	Username string `ini:"user"`
	Password string `ini:"password"`
	Dbname   string `ini:"dbname"`
}

Jump to

Keyboard shortcuts

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