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

10 lines
151 B
Go

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