package
1.14.2
Repository: https://github.com/uozi-tech/cosy.git
Documentation: pkg.go.dev

# Functions

ToDecimalHookFunc converts the input data to decimal.Decimal.
ToNullableStringHookFunc converts the input data to null.String.
ToPgDateHook converts the input data to pgtype.Date.
ToPgDatePtrHook converts the input data to *pgtype.Date.
ToTimeHookFunc converts the input data to time.Time.
ToTimePtrHookFunc converts the input data to *time.Time.
WeakDecode decodes the input data to the output data with weakly typed input.