module

package
v0.0.0-...-45e8f3b Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const Deve_ConfigFilePath = "conf/dev.yaml"
View Source
const Prod_ConfigFilePath = "conf/config.yaml"

Variables

View Source
var CfgModule = config{}

读取配置模块

View Source
var DbModule = db{}

数据库连接模块

View Source
var EmailModule = email{}

邮箱模块,主要是别人评论邮箱提示

View Source
var InitiateModule = initiate{}
View Source
var LgModule = lg{}
View Source
var RedisModule = rds{}

redis模块

View Source
var TimerModule = timer{}

定时器模块

Functions

func Init

func Init()

func Register

func Register(mi ...Module)

Types

type Module

type Module interface {
	SetUp()
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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