Move transport to network/transport

This commit is contained in:
Asim Aslam 2019-07-07 10:37:34 +01:00
parent eafc930f84
commit d2d6841f02
46 changed files with 49 additions and 49 deletions

View File

@ -17,7 +17,7 @@ import (
"github.com/micro/go-micro/errors"
"github.com/micro/go-micro/metadata"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"

View File

@ -8,7 +8,7 @@ import (
"github.com/micro/go-micro/client/selector"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type Options struct {

View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
func TestCallOptions(t *testing.T) {

View File

@ -18,7 +18,7 @@ import (
"github.com/micro/go-micro/errors"
"github.com/micro/go-micro/metadata"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type rpcClient struct {

View File

@ -13,7 +13,7 @@ import (
"github.com/micro/go-micro/codec/protorpc"
"github.com/micro/go-micro/errors"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
const (

View File

@ -4,7 +4,7 @@ import (
"sync"
"time"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type pool struct {

View File

@ -4,8 +4,8 @@ import (
"testing"
"time"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/transport/memory"
"github.com/micro/go-micro/network/transport"
"github.com/micro/go-micro/network/transport/memory"
)
func testPool(t *testing.T, size int, ttl time.Duration) {

View File

@ -2,7 +2,7 @@ package client
import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type rpcResponse struct {

View File

@ -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 {

View File

@ -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 {

View File

@ -10,7 +10,7 @@ import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/codec/proto"
pb "github.com/micro/go-micro/network/proto"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type link struct {

View File

@ -13,7 +13,7 @@ import (
"github.com/google/uuid"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
"github.com/micro/go-micro/util/addr"
"github.com/micro/go-micro/util/log"

View File

@ -6,7 +6,7 @@ import (
"crypto/tls"
"net"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
maddr "github.com/micro/go-micro/util/addr"
mnet "github.com/micro/go-micro/util/net"
mls "github.com/micro/go-micro/util/tls"
@ -14,7 +14,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
pb "github.com/micro/go-micro/transport/grpc/proto"
pb "github.com/micro/go-micro/network/transport/grpc/proto"
)
type grpcTransport struct {

View File

@ -4,7 +4,7 @@ import (
"strings"
"testing"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
func expectedPort(t *testing.T, expected string, lsn transport.Listener) {

View File

@ -3,8 +3,8 @@ package grpc
import (
"runtime/debug"
"github.com/micro/go-micro/transport"
pb "github.com/micro/go-micro/transport/grpc/proto"
"github.com/micro/go-micro/network/transport"
pb "github.com/micro/go-micro/network/transport/grpc/proto"
"github.com/micro/go-micro/util/log"
"google.golang.org/grpc/peer"
)

View File

@ -1,5 +1,5 @@
// Code generated by protoc-gen-micro. DO NOT EDIT.
// source: go-micro/transport/grpc/proto/transport.proto
// source: go-micro/network/transport/grpc/proto/transport.proto
package go_micro_grpc_transport

View File

@ -1,5 +1,5 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: go-micro/transport/grpc/proto/transport.proto
// source: go-micro/network/transport/grpc/proto/transport.proto
package go_micro_grpc_transport
@ -75,7 +75,7 @@ func init() {
}
func init() {
proto.RegisterFile("go-micro/transport/grpc/proto/transport.proto", fileDescriptor_29b90b9ccd5e0da5)
proto.RegisterFile("go-micro/network/transport/grpc/proto/transport.proto", fileDescriptor_29b90b9ccd5e0da5)
}
var fileDescriptor_29b90b9ccd5e0da5 = []byte{
@ -197,5 +197,5 @@ var _Transport_serviceDesc = grpc.ServiceDesc{
ClientStreams: true,
},
},
Metadata: "go-micro/transport/grpc/proto/transport.proto",
Metadata: "go-micro/network/transport/grpc/proto/transport.proto",
}

View File

@ -1,8 +1,8 @@
package grpc
import (
"github.com/micro/go-micro/transport"
pb "github.com/micro/go-micro/transport/grpc/proto"
"github.com/micro/go-micro/network/transport"
pb "github.com/micro/go-micro/network/transport/grpc/proto"
"google.golang.org/grpc"
)

View File

@ -2,7 +2,7 @@
package http
import (
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
// NewTransport returns a new http transport using net/http and supporting http2

View File

@ -4,7 +4,7 @@ import (
"sync"
"testing"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
func call(b *testing.B, c int) {

View File

@ -4,7 +4,7 @@ import (
"context"
"net/http"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
// Handle registers the handler for the given pattern.

View File

@ -9,7 +9,7 @@ import (
"sync"
"time"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type memorySocket struct {

View File

@ -3,7 +3,7 @@ package memory
import (
"testing"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
func TestMemoryTransport(t *testing.T) {

View File

@ -1,7 +1,7 @@
package mucp
import (
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type listener struct {

View File

@ -9,7 +9,7 @@ import (
"sync"
"github.com/micro/go-micro/network"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type networkKey struct{}

View File

@ -3,7 +3,7 @@ package mucp
import (
"errors"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
// socket is our pseudo socket for transport.Socket

View File

@ -3,7 +3,7 @@ package mucp
import (
"testing"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
func TestTunnelSocket(t *testing.T) {

View File

@ -6,7 +6,7 @@ import (
"encoding/gob"
"github.com/lucas-clemente/quic-go"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
utls "github.com/micro/go-micro/util/tls"
)

View File

@ -7,7 +7,7 @@ import (
"sync"
"github.com/google/uuid"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
// tun represents a network tunnel

View File

@ -3,7 +3,7 @@ package tunnel
import (
"errors"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
// socket is our pseudo socket for transport.Socket

View File

@ -3,7 +3,7 @@ package tunnel
import (
"testing"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
func TestTunnelSocket(t *testing.T) {

View File

@ -3,7 +3,7 @@ package tunnel
import (
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
// Tunnel creates a network tunnel

View File

@ -11,7 +11,7 @@ import (
"github.com/micro/go-micro/config/cmd"
"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 {

View File

@ -9,7 +9,7 @@ import (
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/server"
"github.com/micro/go-micro/server/debug"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
"google.golang.org/grpc"
"google.golang.org/grpc/encoding"
)

View File

@ -9,7 +9,7 @@ import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/server/debug"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type Options struct {

View File

@ -10,7 +10,7 @@ import (
"github.com/micro/go-micro/codec/jsonrpc"
"github.com/micro/go-micro/codec/proto"
"github.com/micro/go-micro/codec/protorpc"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
"github.com/pkg/errors"
)

View File

@ -6,7 +6,7 @@ import (
"testing"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
// testCodec is a dummy codec that only knows how to encode nil bodies

View File

@ -2,7 +2,7 @@ package server
import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type rpcRequest struct {

View File

@ -4,7 +4,7 @@ import (
"net/http"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
)
type rpcResponse struct {

View File

@ -14,7 +14,7 @@ import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/metadata"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/network/transport"
"github.com/micro/go-micro/util/addr"
log "github.com/micro/go-micro/util/log"
)