dto

package
v0.0.0-...-8a0dab4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceId

type InstanceId struct {
	ID       uuid.UUID `json:"id"`
	Instance string    `json:"instance"`
}

type MessageID

type MessageID struct {
	Message message.Message `json:"message"`
	ID      uuid.UUID       `json:"id"`
}

type MessageIdInstance

type MessageIdInstance struct {
	Message  message.Message `json:"message"`
	ID       uuid.UUID       `json:"id"`
	Instance string          `json:"instance"`
}

type Processed

type Processed struct {
	InHour  int `json:"in_hour"`
	InDay   int `json:"in_day"`
	InWeek  int `json:"in_week"`
	InMonth int `json:"in_month"`
}

type Statistic

type Statistic struct {
	Total                      uint64 `json:"total"`                         // Всего пришло сообщений на обработку
	MessagesSentToOutbox       uint64 `json:"messages_sent_to_outbox"`       // Всего сохранено сообщений в outbox
	MessagesReturnedFromOutbox uint64 `json:"messages_returned_from_outbox"` // Всего удалось переместить сообщений из outbox в БД
}

Jump to

Keyboard shortcuts

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