package broadcast import "github.com/spiral/roadrunner/v2/pkg/pubsub" type Broadcaster interface { GetDriver(key string) pubsub.SubReader }