mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-05 22:33:33 +03:00
fix doc string for NotifyMessageLocalizer
This commit is contained in:
parent
594d565d1e
commit
6385bc177f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue