usecase

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Template

type Template struct {
	// contains filtered or unexported fields
}

Template - объект для получения шаблонов уведомлений на основе которых формируются персонализированные уведомления конкретным получателям.

func New

func New(
	storage template.Storage,
	errorWrapper mrcore.UseCaseErrorWrapper,
	defaultLang string,
) *Template

New - создаёт объект Template.

func (*Template) GetItemByKey

func (co *Template) GetItemByKey(ctx context.Context, key, lang string) (entity.Template, error)

GetItemByKey - возвращает шаблон уведомления по указанному имени (ключу) и языку. Если по указанному языку шаблон не был найден, то происходит попытка получения шаблона на языке по умолчанию.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL