mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
add comment
This commit is contained in:
@ -1,5 +1,15 @@
|
||||
/*
|
||||
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
|
||||
and pub/sub.
|
||||
*/
|
||||
package server
|
||||
|
||||
|
||||
import (
|
||||
"os"
|
||||
"os/signal"
|
||||
|
Reference in New Issue
Block a user