Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseRDBUpdateData ¶
ParseRDBUpdateData is the same as ParseMDBUpdateData, but it will use the struct field name with the first letter lower case, avoid use field names like nationalIDNo, it will be parsed as incorrect national_idno. if the input struct has a gorm embedded field, gorm tag embedded should be set, e.g. `gorm:"embedded"` this way the function knows that the field is an embedded struct and unpack it to the result.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.