# Functions
Base64EncodeIfNot encodes data if the input isn't already encoded using base64.StdEncoding.EncodeToString.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NormaliseNilableBool takes a pointer to a bool and returns a zero value or the real value if present.
NormaliseNilableInt takes a pointer to an int and returns a zero value or the real value if present.
NormaliseNilableInt32 takes a pointer to an int32 and returns a zero value or the real value if present.
NormaliseNilableInt64 takes a pointer to an int64 and returns a zero value or the real value if present.
No description provided by the author
NormalizeNilableFloat normalizes a nilable float64 into a float64 value.
NormalizeNilableFloat32 normalizes a nilable float32 into a float32 value.
NormalizeNilableString normalizes a nilable string into a string that is, if it's nil returns an empty string else the value.
RemoveFromStringArray removes all matching values from a string array.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author