mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-25 06:36:03 +03:00
fix doc string for NotifyMessageLocalizer
This commit is contained in:
parent
594d565d1e
commit
6385bc177f
@ -68,7 +68,7 @@ type Processor interface {
|
|||||||
Process(id int, counter Counter) bool
|
Process(id int, counter Counter) bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// NotifyMessageLocalizer is the smallest subset of core.Localizer used in the
|
// NotifyMessageLocalizer is the smallest subset of core.Localizer used in the Processor implementation.
|
||||||
type NotifyMessageLocalizer interface {
|
type NotifyMessageLocalizer interface {
|
||||||
SetLocale(locale string)
|
SetLocale(locale string)
|
||||||
GetLocalizedTemplateMessage(messageID string, templateData map[string]interface{}) string
|
GetLocalizedTemplateMessage(messageID string, templateData map[string]interface{}) string
|
||||||
|
Loading…
Reference in New Issue
Block a user