package
2.0.1+incompatible
Repository: https://github.com/jianwangex/commonservice.git
Documentation: pkg.go.dev

# Functions

ConvertDBTypeToGolang @Description: 转换DB数据类型为Go支持的类型 @param t DB的类型,MySQL类型数据库 @return string Go支持的类型,如果出错,返回为空.
ConvertToCamelCase @Description: 将下划线命名转为驼峰式 @param input @param capitalizeFirst 首字母是否大写 @return string.
DeductPointerVal 返回最终非指针类型的值.
DeepCopy @Description: 将src深拷贝到dst,其性能更接近与gobDeepCopy。 对于结构体,如果字段是指针,指针的值是默认值,则gobDeepCopy无法复制默认值,所以推荐使用jsoniterDeepCopy @param dst @param src @return error.
GetPackageNameFromPackageFullPath @Description: 从包完整路径中获取包名 @param path @return string 如果path不包含"/",则返回path.
GetValue uses reflection to get underlying value.
No description provided by the author
IsPointerPointToNil judge whether pointer is point to a nil.
No description provided by the author
No description provided by the author
No description provided by the author
SetValue uses reflection to set underlying value to receiver.
No description provided by the author