Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*options)
Option is a function that configures the process.
func WithFeatures ¶
func WithPublishFn ¶
type WrappedInMemory ¶
Wrapped is a wrapper around inmemory pubsub to ensure that Init and Close are called only once.
func (*WrappedInMemory) Close ¶
func (w *WrappedInMemory) Close() error
func (*WrappedInMemory) Publish ¶
func (w *WrappedInMemory) Publish(ctx context.Context, req *pubsub.PublishRequest) error
Click to show internal directories.
Click to hide internal directories.