summaryrefslogtreecommitdiff
path: root/plugins/broadcast/interface.go
blob: eda3572fed7ee245223e475fc1b1c4b3c7e44f23 (plain)
1
2
3
4
5
6
7
package broadcast

import "github.com/spiral/roadrunner/v2/common/pubsub"

type Broadcaster interface {
	GetDriver(key string) (pubsub.SubReader, error)
}