package
0.2.7
Repository: https://github.com/guancecloud/guance-cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Float32 returns a pointer to the float32 value passed in.
Float32Value returns the value of the float32 pointer passed in or an empty float32 if the pointer is nil.
Float64 returns a pointer to the float64 value passed in.
Float64Value returns the value of the float64 pointer passed in or an empty float64 if the pointer is nil.
Int returns a pointer to the int value passed in.
IntValue returns the value of the int pointer passed in or 0 if the pointer is nil.
No description provided by the author
String returns a pointer to the string value passed in.
StringValue returns the value of the string pointer passed in or an empty string if the pointer is nil.