Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ConstructTemplateByMap ¶
This function will return Template for the keys and params that are given, this will return formatted template in string. * You should pass the param with the correct key map according to the template. Check the unit test for usage
func ConstructTemplateByOrder ¶
This function will return Template for template and params that are given, this will return formatted template in string. * You should pass the params with the correct order according to the template * Don't forget to use {{order_number}} as a placeholder. Check the unit test for usage
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.