Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector interface { QueueSubscribe(ctx context.Context, name string, subject string, group string, output chan inter.ConnectorMessage) error Nats() *nats.Conn }
Connector is a connection to the middleware
type Option ¶
type Option func(*options)
Option configures Options
func Connection ¶
Connection is the middleware to receive events on
func StatsPrefix ¶
StatsPrefix is the space to create stat entries in
Click to show internal directories.
Click to hide internal directories.