producers

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyChange

type KeyChange struct {
	Topic *config.QueueOptions
	Qm    queueutil.QueueManager
	DB    storage.KeyChangeDatabase
}

KeyChange produces key change events for the sync API and federation sender to consume

func (*KeyChange) ProduceKeyChanges

func (p *KeyChange) ProduceKeyChanges(ctx context.Context, keys []api.DeviceMessage) error

ProduceKeyChanges creates new change events for each key

func (*KeyChange) ProduceSigningKeyUpdate

func (p *KeyChange) ProduceSigningKeyUpdate(ctx context.Context, key api.CrossSigningKeyUpdate) error

type SyncAPI

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

SyncAPI produces messages for the Sync API server to consume.

func (*SyncAPI) GetAndSendNotificationData

func (p *SyncAPI) GetAndSendNotificationData(ctx context.Context, userID, roomID string) error

GetAndSendNotificationData reads the database and sends data about unread notifications to the Sync API server.

func (*SyncAPI) SendAccountData

func (p *SyncAPI) SendAccountData(ctx context.Context, userID string, data eventutil.AccountData) error

SendAccountData sends account data to the Sync API server.

Jump to

Keyboard shortcuts

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