package
0.0.30
Repository: https://github.com/acexy/golang-toolkit.git
Documentation: pkg.go.dev

# Functions

CopyStruct 通过json序列化/反序列化将origin struct复制给target struct 忽略任何错误.
CopyStructError 通过json序列化/反序列化将origin struct复制给target struct 返回任何错误.
CopyStructPanic 通过json序列化/反序列化将origin struct复制给target struct 任何错误将触发panic.
No description provided by the author
ParseBytes 将byte数据转化成对象 忽略任何错误.
ParseBytesError 将byte数据转化成对象 返回任何错误.
ParseBytesPanic 将byte数据转化成对象 任何错误将触发panic.
ParseJson 转对象 忽略任何错误.
ParseJsonError 转对象 返回任何错误.
ParseJsonPanic 转对象 任何错误将触发panic.
No description provided by the author
No description provided by the author
ToJson 转json字符串 忽略任何错误.
ToJsonBytes 转json字节 忽略任何错误.
ToJsonBytesError 转json字节 返回任何错误.
ToJsonBytesPanic 转json字节 任何错误将触发panic.
ToJsonError 转json字符串 返回任何错误.
ToJsonFormat 转json字符串并格式化输出 忽略任何错误.
ToJsonFormatError 转json字符串并格式化输出 返回任何错误.
ToJsonPanic 转json字符串 任何错误将触发panic.

# Constants

TimestampTypeMilli 时间戳类型 毫秒级别.
TimestampTypeSecond 时间戳类型 秒级别.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author