# Functions
Bool creates a new bool pointer from a boolean.
CompareStructs two structs and return the differences.
Int creates a new int pointer from an int.
Int32 creates a new int32 pointer from an int32.
Int64 creates a new int64 pointer from an int64.
RandomResourceID generates a random string of 32 characters which emulates a real Elastic Cloud resource ID.
RandomResourceLength generates a random string of n characters.
RequireRegionSet takes in a string and returns an error when it's empty or when the contents are spaces.
String creates a new string pointer from a string.
# Interfaces
Validator interface is mostly used for parameter structures that need to check a set of conditions and act as a gate before running expensive external calls.