# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ArrayDiffInt returns a slice of all values from a that are not in b.
ArrayDiffInt32 returns a slice of all values from a that are not in b.
ArrayDiffStr returns a slice of all values from a that are not in b.
ArrayDiffUuid returns a slice of all values from a that are not in b.
ArrayDiffUuidRef returns a slice of all values from a that are not in b.
No description provided by the author
ArrayFilterAndJoinStr returns a string of all values from a that are not empty, joined by sep.
ArrayFilterFnStr returns a slice of all values from a that pass the filter function.
ArrayFilterStr returns a slice of all values from a that are not empty.
ArrayIncludesInt returns true if the slice contains the value.
ArrayIncludesInt32 returns true if the slice contains the value.
ArrayIncludesStr returns true if the slice contains the value.
ArrayIncludesUUID returns true if the slice contains the value.
ArrayMapStr returns a slice of all values from a mapped by fn().
No description provided by the author
BoolRef returns a fresh pointer for the value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DecimalFromRef returns the value of the pointer, or the zero decimal if nil.
DecimalRef returns a fresh pointer for the value.
DecimalRefFromSql will return nil for a 'null' SQL value.
DerefPtrSlice converts a slice of pointers to a slice of values.
DerefPtrSliceSlice converts a slice of slices of pointers to a slice of slices of values.
DiffSlice returns a slice of all values from a that are not in b.
FilterSlice returns a slice of all values from s that pass the filter function.
FormatDate supports ordinal days.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IfThenElse is a ternary helper function.
Int32FromRef returns the value of the pointer, or 0 if nil.
No description provided by the author
Int32Ref returns a fresh pointer for the value.
Int64FromRef returns the value of the pointer, or 0 if nil.
No description provided by the author
Int64Ref returns a fresh pointer for the value.
No description provided by the author
IntFromRef returns the value of the pointer, or 0 if nil.
IntRef returns a fresh pointer for the value.
IntRefFromSql will return nil for a 'null' SQL value.
No description provided by the author
No description provided by the author
MapSlice returns a slice of all values from s mapped by f().
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ScreamingSnakeCaseToHuman converts HUMAN_READABLE to 'human readable'.
No description provided by the author
SliceIncludes returns true if the slice contains the value.
SliceToPtrSlice converts a slice of values to a slice of pointers.
SqlNullBoolRef will return a sql 'null' value if the pointer is nil.
SqlNullDecimal will return a sql 'null' value if the decimal is zero.
SqlNullDecimalRef will return a sql 'null' value if the pointer is nil.
SqlNullInt32 will return a sql 'null' value if the value is 0.
SqlNullIntRef will return a sql 'null' value if the pointer is nil.
SqlNullStr will return a sql 'null' value if the string is empty.
SqlNullStrRef will return a sql 'null' value if the pointer is nil.
SqlNullTime will return a sql 'null' value if the time is 0.
SqlNullTimeRef will return a sql 'null' value if the pointer is nil.
SqlNullUuid will return a sql 'null' value if the uuid is empty.
SqlNullUuidRef will return a sql 'null' value if the pointer is nil.
No description provided by the author
No description provided by the author
StrFromRef returns the value of the pointer, or "" if nil.
StrNilIfEmpty returns nil if the string is empty.
StrRef returns a fresh pointer for the value.
StrRefFromSql will return nil for a 'null' SQL value.
No description provided by the author
No description provided by the author
TimeFromRef returns the value of the pointer, or the zero time if nil.
TimeRef returns a fresh pointer for the value.
No description provided by the author
TimeRefFromSql will return nil for a 'null' SQL value.
ToPtr returns a fresh pointer for the value.
No description provided by the author
TruncateStr multibyte/UTF-8 safe truncate to a maximum number of characters.
TruncateStrBytes multibyte/UTF-8 safe truncate to a maximum number of bytes.
UuidRef returns a fresh pointer for the value.
UuidRefFromSql will return nil for a 'null' SQL value.
# Structs
ClientError represents an error that should be displayed to the user.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author