notifier/internal/models/message.go

9 lines
350 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package models
type Message struct {
AccountID string // id аккаунта который что то сделал
Email string // его mail
ServiceKey string // сервис с которого пришло сообщение
EventType string // тип события вызвавшее отправку данных в кафку
}