package
11.9.0+incompatible
Repository: https://github.com/scott-the-programmer/go-autorest.git
Documentation: pkg.go.dev

# Functions

Bool returns a bool value for the passed bool pointer.
BoolPtr returns a pointer to the passed bool.
Float32 returns an int value for the passed int pointer.
Float32Ptr returns a pointer to the passed float32.
Float64 returns an int value for the passed int pointer.
Float64Ptr returns a pointer to the passed float64.
Int returns an int value for the passed int pointer.
Int32 returns an int value for the passed int pointer.
Int32Ptr returns a pointer to the passed int32.
Int64 returns an int value for the passed int pointer.
Int64Ptr returns a pointer to the passed int64.
IntPtr returns a pointer to the passed int.
String returns a string value for the passed string pointer.
StringMap returns a map of strings built from the map of string pointers.
StringMapPtr returns a pointer to a map of string pointers built from the passed map of strings.
StringPtr returns a pointer to the passed string.
StringSlice returns a string slice value for the passed string slice pointer.
StringSlicePtr returns a pointer to the passed string slice.