Beispiel #1
0
func closeSerfConnection(client *serf_client.RPCClient) {
	if client != nil {
		client.Close()
	}
}