Skip to content

Commit

Permalink
Move router and proxy into network package
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jun 21, 2019
1 parent 7936d74 commit 3f97743
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion proxy/grpc/grpc.go → network/proxy/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/micro/go-micro/client/grpc"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/network/proxy"
"github.com/micro/go-micro/server"
)

Expand Down
2 changes: 1 addition & 1 deletion proxy/http/http.go → network/proxy/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/errors"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/network/proxy"
"github.com/micro/go-micro/server"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion proxy/mucp/mucp.go → network/proxy/mucp/mucp.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/codec/bytes"
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/network/proxy"
"github.com/micro/go-micro/server"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3f97743

Please sign in to comment.