package
0.0.0-20240417025418-8e18a74854d4
Repository: https://github.com/echogroot/kratos-examples.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
StructToMapByFieldMask 根据fieldMask,struct转map 注意fieldMask里的field名称是蛇形(前端传的字段是小驼峰,pb定义的字段为蛇形,最终接收到的是蛇形), 而struct的字段是大驼峰,所以这里做了转换 已经wrap过error了,请勿重复wrap.