strip handlers

This commit is contained in:
Asim Aslam
2019-12-10 11:46:13 +00:00
parent f8533551a4
commit d50f30d743
21 changed files with 43 additions and 934 deletions

View File

@@ -12,11 +12,11 @@ import (
"github.com/golang/protobuf/proto"
"github.com/micro/go-micro/client"
rtr "github.com/micro/go-micro/client/selector/router"
pbNet "github.com/micro/go-micro/network/proto"
"github.com/micro/go-micro/network/resolver/dns"
pbNet "github.com/micro/go-micro/network/service/proto"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/router"
pbRtr "github.com/micro/go-micro/router/proto"
pbRtr "github.com/micro/go-micro/router/service/proto"
"github.com/micro/go-micro/server"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/tunnel"