outbox

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeliveryService

type DeliveryService interface {
	Deliver(ctx context.Context, message *repositories.OutboxMessage) error
}

func NewInProcessDeliveryService

func NewInProcessDeliveryService() DeliveryService

func NewNoopDeliveryService

func NewNoopDeliveryService() DeliveryService

type MessageBroker

type MessageBroker interface {
	Distribute(ctx context.Context, message *repositories.OutboxMessage) error
}

func NewMessageBroker

func NewMessageBroker() MessageBroker

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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