Documentation ¶ Index ¶ type Bus func (b *Bus) Migrate(ctx context.Context) error func (b *Bus) Publish(ctx context.Context, message *bus.OutboundMessage) error func (b *Bus) Subscribe(ctx context.Context, subscribeName string, stream string, ...) (*bus.Subscription, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bus ¶ type Bus struct { mock.Mock } func (*Bus) Migrate ¶ func (b *Bus) Migrate(ctx context.Context) error func (*Bus) Publish ¶ func (b *Bus) Publish(ctx context.Context, message *bus.OutboundMessage) error func (*Bus) Subscribe ¶ func (b *Bus) Subscribe(ctx context.Context, subscribeName string, stream string, opts ...bus.SubscribeOption) (*bus.Subscription, error) Source Files ¶ View all Source files bus.go Click to show internal directories. Click to hide internal directories.