Documentation
¶
Index ¶
- type Broker
- func (b *Broker) Cleanup(t *testing.T)
- func (b *Broker) DaprdOptions(t *testing.T, componentName string, opts ...daprd.Option) []daprd.Option
- func (b *Broker) PubSub() *pubsub.PubSub
- func (b *Broker) PublishHelloWorld(topic string) <-chan *compv1.PullMessagesRequest
- func (b *Broker) Run(t *testing.T, ctx context.Context)
- func (b *Broker) Socket() *socket.Socket
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct {
// contains filtered or unexported fields
}
func (*Broker) DaprdOptions ¶
func (*Broker) PublishHelloWorld ¶
func (b *Broker) PublishHelloWorld(topic string) <-chan *compv1.PullMessagesRequest
Click to show internal directories.
Click to hide internal directories.