package
0.0.0-20241212140828-7a61fdfd2204
Repository: https://github.com/ardanlabs/encore.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.
NewDatabase uses the specified database to perform testing.
ProductNamePointer is a helper to get a *Name from a string.
StringPointer is a helper to get a *string from a string.
UserNamePointer is a helper to get a *Name from a string.