package
0.0.0-20250307145209-c3a19bf62e49
Repository: https://github.com/ardanlabs/service.git
Documentation: pkg.go.dev
# Functions
BoolPointer is a helper to get a *bool from a bool.
FloatPointer is a helper to get a *float64 from a float64.
IntPointer is a helper to get a *int from a int.
MoneyPointer is a helper to get a *Money from a float.
NameNullPointer is a helper to get a *EmptyName from a string.
NamePointer is a helper to get a *Name from a string.
New creates a new test database inside the database that was started to handle testing.
QuantityPointer is a helper to get a *Quantity from an int.
StringPointer is a helper to get a *string from a string.