Update table
This commit is contained in:
		| @@ -19,10 +19,10 @@ Join the community to learn more: | |||||||
| Feature		| Package	|	Built-in Plugin		|	Description | Feature		| Package	|	Built-in Plugin		|	Description | ||||||
| -------		| -------	|	---------		|	----------- | -------		| -------	|	---------		|	----------- | ||||||
| Discovery	| [Registry](https://godoc.org/github.com/micro/go-micro/registry)	| consul,mdns	| Service discovery mechanism | Discovery	| [Registry](https://godoc.org/github.com/micro/go-micro/registry)	| consul,mdns	| Service discovery mechanism | ||||||
| Client		| [Client](https://godoc.org/github.com/micro/go-micro/client)	| rpc	| Used to make RPC requests to a service | Client		| [Client](https://godoc.org/github.com/micro/go-micro/client)	| rpc	| RPC Client | ||||||
| Codec		| [Codec](https://godoc.org/github.com/micro/go-micro/codec)	| proto,json	| Request message encoding  | Codec		| [Codec](https://godoc.org/github.com/micro/go-micro/codec)	| proto,json	| Message encoding  | ||||||
| Balancer	| [Selector](https://godoc.org/github.com/micro/go-micro/selector)	| random	| Client side load balancing | Balancer	| [Selector](https://godoc.org/github.com/micro/go-micro/selector)	| random	| Client side load balancing | ||||||
| Server		| [Server](https://godoc.org/github.com/micro/go-micro/server)	| rpc	| Listens and serves RPC requests | Server		| [Server](https://godoc.org/github.com/micro/go-micro/server)	| rpc	| RPC Server | ||||||
| Pub/Sub		| [Broker](https://godoc.org/github.com/micro/go-micro/broker)	| http	| Asynchonous communication | Pub/Sub		| [Broker](https://godoc.org/github.com/micro/go-micro/broker)	| http	| Asynchonous communication | ||||||
| Transport	| [Transport](https://godoc.org/github.com/micro/go-micro/transport)	| http	| Synchronous communication | Transport	| [Transport](https://godoc.org/github.com/micro/go-micro/transport)	| http	| Synchronous communication | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user