Versions in this module Expand all Collapse all v0 v0.1.0 May 16, 2023 Changes in this version + func ContentTemplateCrudSql(structInfo StructInfo) ([]byte, error) + func LastFunc(index, length int) bool + func Pluralize(str string) string + func TemplateCrudSql(structInfo StructInfo) (*template.Template, error) + func ToSnakeCase(str string) string + type Field struct + Format string + Name string + Type string + type StructInfo struct + Fields []Field + Name string + func GetStructInfo(data interface{}, tag string) (StructInfo, error)