Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder nats.PublishMessageEncoder
type Notifier ¶
type Notifier interface { // Notify publishes data to the notifier // after decorating it with additional details Notify( cx context.Context, data interface{}, ) error }
func NewNoopNotifier ¶
func NewNoopNotifier() Notifier
type Option ¶
type Option func(*natsNotifier)
func WithBufferedWriter ¶
func WithMessageEncoder ¶
func WithSubjectPrefix ¶
Click to show internal directories.
Click to hide internal directories.