mrsender

package
v0.28.3 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: 2 Imported by: 13

Documentation

Index

Constants

View Source
const (
	SourceEventSeparator = ":"           // SourceEventSeparator - разделитель между источником и названием события
	DefaultSource        = "EmptySource" // DefaultSource - название источника по умолчанию
)
View Source
const (
	ContentTypePlain = "text/plain" // ContentTypePlain - простой текст
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EventEmitter

type EventEmitter interface {
	Emit(ctx context.Context, eventName string, object any)
}

EventEmitter - отправитель событий.

type EventReceiveFunc added in v0.25.0

type EventReceiveFunc func(ctx context.Context, eventName, source string, object any)

EventReceiveFunc - получатель событий в виде функции.

func (EventReceiveFunc) Receive added in v0.25.0

func (f EventReceiveFunc) Receive(ctx context.Context, eventName, source string, object any)

Receive - реализация интерфейса EventReceiver для получения события.

type EventReceiver added in v0.25.0

type EventReceiver interface {
	Receive(ctx context.Context, eventName, source string, object any)
}

EventReceiver - получатель событий.

type MailProvider added in v0.28.0

type MailProvider interface {
	SendMail(ctx context.Context, from string, to []string, header textproto.MIMEHeader, body string) error
}

MailProvider - провайдер для отправки электронных писем.

type MessageProvider added in v0.28.0

type MessageProvider interface {
	SendToChat(ctx context.Context, chatKey, message string) error
}

MessageProvider - провайдер для отправки сообщений в конкретный мессенджер.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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