Versions in this module Expand all Collapse all v1 v1.0.1 Mar 4, 2024 Changes in this version + func GetField(tableFieldNames, selectField, omitField []string) []string + func GetTableName(tableName string) string + func GetTableNameAndSubTableField(model interface{}) (string, bool, error) + func GetValueTag(val reflect.Value, model interface{}, fieldName string) interface + func IsSlice(v interface{}) bool + func RoundDuration(d time.Duration) time.Duration + type GetSubTableFielder interface + GetSubTableField func() string + type GetTableNamer interface + GetTableName func() string