From 6385bc177fc00d88b775f0d43c1e2e70924f6e41 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Tue, 10 Jan 2023 10:36:08 +0300 Subject: [PATCH] fix doc string for NotifyMessageLocalizer --- core/healthcheck/iface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/healthcheck/iface.go b/core/healthcheck/iface.go index d5cd195..cf88d2d 100644 --- a/core/healthcheck/iface.go +++ b/core/healthcheck/iface.go @@ -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