Documentation ¶
Overview ¶
**************************************************
** @Desc : This file for 加密、解密方法 ** @Time : 2018.12.28 14:10 ** @Author : Joker ** @File : encryption ** @Last Modified by : Joker ** @Last Modified time: 2019-11-30 10:19:33 ** @Software: GoLand
***************************************************
**************************************************
** @Desc : This file for 配置数据库连接 ** @Time : 2018-12-22 13:55:26 ** @Author : Joker ** @File : init_database.go ** @Last Modified by : Joker ** @Last Modified time:2018-12-22 13:55:26 ** @Software: GoLand
***************************************************
**************************************************
** @Desc : This file for 发送短信验证码 ** @Time : 2019.04.04 9:37 ** @Author : Joker ** @File : send_messages ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:41 ** @Software: GoLand
***************************************************
Index ¶
- func InitDatabase() bool
- func InitLogs()
- func LogAlert(v ...interface{})
- func LogCritical(v ...interface{})
- func LogDebug(v ...interface{})
- func LogEmergency(v ...interface{})
- func LogError(v ...interface{})
- func LogInfo(v ...interface{})
- func LogNotice(v ...interface{})
- func LogTrace(v ...interface{})
- func LogWarning(v ...interface{})
- func SendSmsForPay(mobile, code string) bool
- type Encrypt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogCritical ¶
func LogCritical(v ...interface{})
func LogWarning ¶
func LogWarning(v ...interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.