package notification // Language 定義模板請求 type Language string const ( LanguageZhTW Language = "zh-tw" LanguageEnUS Language = "en-us" )