コード例 #1
0
ファイル: client.go プロジェクト: ushis/viscum
// Fetches the servers mem stats.
func mem(client *rpc.Client) (*rpc.Reply, error) {
	return client.MemStats()
}