# Functions
AddValueToRequestTemplate modeled after replaceValueInRequestTemplate for values being added to template vs updating existing ones.
AssertContainsString asserts when the actual string contains the expectedSubString.
AssertEqualsInt asserts when expected and actual integer valus are equal.
AssertEqualsString asserts when the expected and actual strings are qual.
AssertFalse asserts when the message is true.
AssertNil asserts when the objectType is nil.
AssertNilError asserts when the error is nil.
AssertNotNil asserts when the objectType is not nil.
AssertNotNilError asserts when the error is not nil.
AssertPrefixString asserts when the actual string contains the prefix expectedPrefix.
AssertStringNotEmpty asserts when the string is not empty.
AssertTrue asserts when the message is true.
ConvertInterfaceToString cpnverts interface to string.
InitLog - initializes the log.
MarshalToJSON the object to JSON and convert to *bytes.Buffer.
ReplaceValueInRequestTemplate replaces the value for a given key in a catalog request template.
ResourceMapper returns the mapping of resource attributes from ResourceView APIs to Catalog Item Request Template APIs.
UnmarshalJSON decodes json.
UnmarshalJSONStringIfNecessary parses value and if it's JSON string, unmarshal it.
UpdateResourceConfigurationMap updates the resource configuration withthe deployment resource data if there is difference between the config data and deployment data, return true.
# Constants
utility constants.