add quic to defaults
This commit is contained in:
		| @@ -42,6 +42,7 @@ import ( | ||||
| 	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/transport/quic" | ||||
| ) | ||||
|  | ||||
| type Cmd interface { | ||||
| @@ -211,6 +212,7 @@ var ( | ||||
| 		"memory": tmem.NewTransport, | ||||
| 		"http":   thttp.NewTransport, | ||||
| 		"grpc":   tgrpc.NewTransport, | ||||
| 		"quic":   quic.NewTransport, | ||||
| 	} | ||||
|  | ||||
| 	// used for default selection as the fall back | ||||
|   | ||||
		Reference in New Issue
	
	Block a user