package
0.43.0
Repository: https://github.com/rancher/ecm-distro-tools.git
Documentation: pkg.go.dev

# Functions

BoolPtr creates a bool pointer value and returns it to the caller.
BytePtr creates a byte pointer value and returns it to the caller.
Float32Ptr creates a float32 pointer value and returns it to the caller.
Float64Ptr creates a float64 pointer value and returns it to the caller.
Int16Ptr creates an int16 pointer value and returns it to the caller.
Int32Ptr creates an int32 pointer value and returns it to the caller.
Int64Ptr creates an int64 pointer value and returns it to the caller.
Int8Ptr creates an int8 pointer value and returns it to the caller.
IntPtr creates an int pointer value and returns it to the caller.
StringPtr creates a string pointer value and returns it to the caller.
Uint16Ptr creates a uint16 pointer value and returns it to the caller.
Uint32Ptr creates a uint32 pointer value and returns it to the caller.
Uint64Ptr creates a uint64 pointer value and returns it to the caller.
Uint8Ptr creates a uint8 pointer value and returns it to the caller.
UintPtr creates a uint pointer value and returns it to the caller.