Move transport to network/transport
This commit is contained in:
@@ -38,10 +38,10 @@ import (
|
||||
"github.com/micro/go-micro/client/selector/static"
|
||||
|
||||
// transports
|
||||
"github.com/micro/go-micro/transport"
|
||||
tgrpc "github.com/micro/go-micro/transport/grpc"
|
||||
thttp "github.com/micro/go-micro/transport/http"
|
||||
tmem "github.com/micro/go-micro/transport/memory"
|
||||
"github.com/micro/go-micro/network/transport"
|
||||
tgrpc "github.com/micro/go-micro/network/transport/grpc"
|
||||
thttp "github.com/micro/go-micro/network/transport/http"
|
||||
tmem "github.com/micro/go-micro/network/transport/memory"
|
||||
)
|
||||
|
||||
type Cmd interface {
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/micro/go-micro/client/selector"
|
||||
"github.com/micro/go-micro/registry"
|
||||
"github.com/micro/go-micro/server"
|
||||
"github.com/micro/go-micro/transport"
|
||||
"github.com/micro/go-micro/network/transport"
|
||||
)
|
||||
|
||||
type Options struct {
|
||||
|
Reference in New Issue
Block a user