package
0.1.7
Repository: https://github.com/gaopengfei123123/tools.git
Documentation: pkg.go.dev

# Functions

CallFunc 利用反射动态执行函数, 直接从 batchExec 那边搬过来的.
Decode 将字节解析成对象.
Encode 进行 golang 的序列化.
GetFuncName 这里取函数最后的名字.
LoadRedisClient 获取 Redis 相关的缓存器.

# Structs

CallFuncBody 调用函数的结构体.
No description provided by the author

# Interfaces

CommonDrive 统一缓存驱动接口.