1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

Add client comments

This commit is contained in:
Asim
2015-11-26 12:21:00 +00:00
parent 24b8cd3d97
commit ad6e8194ed
2 changed files with 18 additions and 6 deletions

View File

@@ -1,15 +1,14 @@
/*
Server represents a server instance in go-micro which handles synchronous
requests via handlers and asynchronous requests via subscribers that
/*
Server represents a server instance in go-micro which handles synchronous
requests via handlers and asynchronous requests via subscribers that
register with a broker.
The server combines the all the packages in go-micro to create a whole unit
used for building applications including discovery, client/server communication
The server combines the all the packages in go-micro to create a whole unit
used for building applications including discovery, client/server communication
and pub/sub.
*/
package server
import (
"os"
"os/signal"