# Functions
APICall will call api specifed in the path with parameters specified..
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ConvertMapToStruct, will convert the map into struct passed in type parameter([T any]).
CreateUUID create a v4 UUID string without any "-" (hyphen).
Returns the sha256 hash value of the input string.
GetConfigValue get the environment value using the key.
No description provided by the author
GetNestedKeyValue will return a nested value using arrays of keys which constitute the path to the nested path eg.
No description provided by the author
LeftPad prepends the data with the padding value until the total length is reached.
No description provided by the author
MapToStruct Convert Map to Specified Struct.
ParseDateStr Convert Date String (YYYY-MM-DD) to time.Time object.
ParseEventName will parse the operation id(For each API in Swagger) coming as string and return the event name.
ReflectInterface will return the underlying concrete value of an interface.
No description provided by the author
RightPad appends the data with the padding value until the total length is reached.
StrToHex converts the data string into multiples of mod bits and prepends the start index of data.
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
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
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
# Type aliases
No description provided by the author
PropertyMap can be used for any non-fixed json to map parsing.