Strip blacklist
This commit is contained in:
parent
639172f755
commit
63c6e82192
@ -24,7 +24,6 @@ import (
|
|||||||
|
|
||||||
// selectors
|
// selectors
|
||||||
"github.com/micro/go-micro/selector"
|
"github.com/micro/go-micro/selector"
|
||||||
"github.com/micro/go-micro/selector/blacklist"
|
|
||||||
"github.com/micro/go-micro/selector/cache"
|
"github.com/micro/go-micro/selector/cache"
|
||||||
|
|
||||||
// transports
|
// transports
|
||||||
@ -143,8 +142,7 @@ var (
|
|||||||
|
|
||||||
DefaultSelectors = map[string]func(...selector.Option) selector.Selector{
|
DefaultSelectors = map[string]func(...selector.Option) selector.Selector{
|
||||||
"default": selector.NewSelector,
|
"default": selector.NewSelector,
|
||||||
"cache": cache.NewSelector,
|
"cache": cache.NewSelector,
|
||||||
"blacklist": blacklist.NewSelector,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DefaultTransports = map[string]func(...transport.Option) transport.Transport{
|
DefaultTransports = map[string]func(...transport.Option) transport.Transport{
|
||||||
|
Loading…
Reference in New Issue
Block a user