mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-21 20:56:04 +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
|
||||
}
|
||||
|
||||
// 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 {
|
||||
SetLocale(locale string)
|
||||
GetLocalizedTemplateMessage(messageID string, templateData map[string]interface{}) string
|
||||
|
Loading…
Reference in New Issue
Block a user