package
0.0.0-20230705210123-6fe496104d33
Repository: https://github.com/dagosu/bookingapp.git
Documentation: pkg.go.dev

# Functions

AssemblePbTimestamp converts model timestamp to protobuf timestamp.
BoolDerefer safely converts a *bool to bool.
BoolDereferWrapped converts *bool to *wrappers.BoolValue.
BoolRefer converts bool to *bool.
BoolReferWrapped converts wrapped value to *bool.
No description provided by the author
FloatDerefer safely converts *float64 to float64.
FloatRefer safely converts float64 to *float64.
IntDerefer safely converts *int to int32.
IntDereferWrapped converts *int to wrapped Int32Value.
IntRefer converts int32 to *int.
IntReferWrapped converts wrapped Int32Value to *int.
No description provided by the author
No description provided by the author
ParsePbTimestamp converts protobuf timestamp to model timestamp.
No description provided by the author
No description provided by the author
StrDerefer safely converts *string to string.
StrDereferWrapped converts *string to wrapped string value.
StrRefer converts string to *string.
StrReferWrapped converts wrapped value to *string.