package
1.2.4
Repository: https://github.com/happay/cms-utils-go.git
Documentation: pkg.go.dev

# 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
CreateUUID create a v4 UUID string without any "-" (hyphen).
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.
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

# 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

# Type aliases

PropertyMap can be used for any non-fixed json to map parsing.