Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventPublisher ¶
type EventPublisher struct {
// contains filtered or unexported fields
}
func NewEventPublisher ¶
func NewEventPublisher(outbox *outbox.Outbox) *EventPublisher
func (*EventPublisher) PublishSetupCreated ¶
func (ep *EventPublisher) PublishSetupCreated(ctx context.Context, tx postgresdb.Tx, setup entities.Setup) error
func (*EventPublisher) PublishSetupUpdated ¶
func (ep *EventPublisher) PublishSetupUpdated(ctx context.Context, tx postgresdb.Tx, setup entities.Setup) error
Click to show internal directories.
Click to hide internal directories.