package http
import (
"github.com/micro/go-micro/broker"
)
func NewBroker(opts ...broker.Option) broker.Broker {
return broker.NewBroker(opts...)
}