add transport to the table
This commit is contained in:
parent
72fd498219
commit
ec1601e2b3
@ -15,6 +15,7 @@ Discovery | [Registry](https://godoc.org/github.com/myodc/go-micro/registry) | A
|
|||||||
Client | [Client](https://godoc.org/github.com/myodc/go-micro/client) | Used to make RPC requests to a service
|
Client | [Client](https://godoc.org/github.com/myodc/go-micro/client) | Used to make RPC requests to a service
|
||||||
Server | [Server](https://godoc.org/github.com/myodc/go-micro/server) | Listens and serves RPC requests
|
Server | [Server](https://godoc.org/github.com/myodc/go-micro/server) | Listens and serves RPC requests
|
||||||
Pub/Sub | [Broker](https://godoc.org/github.com/myodc/go-micro/broker) | Publish and Subscribe to events
|
Pub/Sub | [Broker](https://godoc.org/github.com/myodc/go-micro/broker) | Publish and Subscribe to events
|
||||||
|
Transport | [Transport](https://godoc.org/github.com/myodc/go-micro/transport) | Communication mechanism between services
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user