Versions in this module Expand all Collapse all v1 v1.0.3 Mar 18, 2024 v1.0.1 Mar 18, 2024 Changes in this version + const SPANER_KEY + const SSORM_TAG_CREATE_TIME + const SSORM_TAG_DELETE_TIME + const SSORM_TAG_IGNORE_WRITE + const SSORM_TAG_KEY + const SSORM_TAG_NULLABLE_WRITE + const SSORM_TAG_PRIMARY + const SSORM_TAG_UPDATE_TIME + func ArrayContains(arr []string, str string) bool + func GetArrayStr(value interface{}, valType reflect.Type) string + func GetDeleteColumnName(model interface{}) string + func GetTableName(model interface{}) string + func GetTimestampStr(value interface{}) string + func IsNullable(value interface{}) bool + func IsTime(value interface{}) bool + func IsTypeString(valType reflect.Type) bool + func IsValid(value interface{}) bool + func ReflectValues(reflectValue reflect.Value, i int) (reflect.StructTag, string, interface{}, reflect.Type)