package
0.0.0-20241214111718-546afdabf3c8
Repository: https://github.com/wfunc/util.git
Documentation: pkg.go.dev
# Functions
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
No description provided by the author
TimeNow return current Time.
TimeStartOfMonth return 00:00:00 of today.
TimeStartOfToday return 00:00:00 of today.
TimeStartOfWeek return 00:00:00 of week.
TimeUnix will return time by timestamp.
TimeZero will return zero time.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
Float64Array is database value to parse data to []int64 value.
Float64PtrArray is database value to parse data to []int64 value.
Int64Array is database value to parse data to []int64 value.
Int64PtrArray is database value to parse data to []int64 value.
IntArray is database value to parse data to []int64 value.
IntPtrArray is database value to parse data to []int64 value.
M is database value to parse json data to map value.
MArray is database value to parse json data to map value.
StringArray is database value to parse data to []string value.
StringPtrArray is database value to parse data to []string value.
Time is database value to parse data from database and parset time.Time to timestamp on json mashal.