app-cloudep-notification-se.../pkg/domain/notification/language.go

10 lines
151 B
Go
Raw Normal View History

2025-03-01 14:10:00 +00:00
package notification
// Language 定義模板請求
type Language string
const (
LanguageZhTW Language = "zh-tw"
LanguageEnUS Language = "en-us"
)