Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStore ¶
type EventStore struct {
// contains filtered or unexported fields
}
func NewEventStore ¶
func NewEventStore(natsURL string, tracer tracing.Tracer) (*EventStore, error)
func (*EventStore) PublishEvent ¶
func (s *EventStore) PublishEvent(ctx context.Context, event Event) error
func (*EventStore) SubscribeToEvents ¶
Click to show internal directories.
Click to hide internal directories.