コード例 #1
0
ファイル: raft_node.go プロジェクト: saurabhjambhule/cs733
//Signal to shut down all goroutines, stop sockets, flush log and close it, cancel timers.
func Shutdown(server cluster.Server) {
	server.Close()
}