Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Addr string SensitiveWords []string MessageQueueLen = 1024 TokenSecret string )
View Source
var (
RootDir string
)
Functions ¶
func ProcessSensitiveData ¶
func ProcessSensitiveData(dst, src interface{}) interface{}
ProcessSensitiveData 数据脱敏 结构体转结构体
func Struct2Json ¶
func Struct2Json(src interface{}) string
func Struct2Struct ¶
func Struct2Struct(src, dst interface{})
Struct2Struct struct转struct 一般通过json tag进行比较转换,因此可以通过struct,json互转实现
Types ¶
Click to show internal directories.
Click to hide internal directories.