Documentation ¶
Overview ¶
Package events provides the domain concept definitions needed to support mqtt events functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStore ¶
type EventStore interface { Connect(ctx context.Context, clientID string) error Disconnect(ctx context.Context, clientID string) error }
func NewEventStore ¶
func NewEventStore(ctx context.Context, url, instance string) (EventStore, error)
NewEventStore returns wrapper around mProxy service that sends events to event store.
Click to show internal directories.
Click to hide internal directories.