util

package
v0.0.0-...-a336665 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Digit     = iota // 数字
	Capital          // 大写字母
	Lowercase        // 小写字母
	Others           // 其他字符
)
View Source
const DefaultHttpTimeout = 10 * time.Second

默认http超时时间

Variables

View Source
var PrintLog = true

是否打印日志

Functions

func Base64Encoding

func Base64Encoding(data []byte) string

base64编码

func CharType

func CharType(c rune) int

返回 字符类型

func EncParamStr

func EncParamStr(param, key, time string) map[string]string

加密教务系统请求参数

func GBK2UTF8

func GBK2UTF8(src []byte) []byte

GBK编码字节数组转换为UTF8编码字符串

func Log

func Log(msg ...string)

打印日志

func MD5

func MD5(data string) string

func SimpleDo

func SimpleDo(f func(req *fasthttp.Request, resp *fasthttp.Response))

简单的请求复用

func TripleMD5

func TripleMD5(str1, str2 string) string

Types

type JwError

type JwError struct {
	Msg string
}

func (*JwError) Error

func (err *JwError) Error() string

Jump to

Keyboard shortcuts

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