From 21bceca77e8e22809633847463077e4f5a3e2ebe Mon Sep 17 00:00:00 2001 From: Ashwin <ashwin2007ray@gmail.com> Date: Wed, 30 Mar 2016 17:43:58 +1100 Subject: [PATCH] Rename iplist to shardinfo --- cluster/doc.go | 2 +- cluster/iplist.go | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 cluster/iplist.go diff --git a/cluster/doc.go b/cluster/doc.go index 450e81e6..10ff0e23 100644 --- a/cluster/doc.go +++ b/cluster/doc.go @@ -21,6 +21,6 @@ and sharing it with other nodes in the cluster. A RAFT backed key-value store will maintain a globally consistent mapping from a given predicate to the information of the node -that serves that predicate +that serves that predicate. */ package cluster diff --git a/cluster/iplist.go b/cluster/iplist.go deleted file mode 100644 index 2eae35a3..00000000 --- a/cluster/iplist.go +++ /dev/null @@ -1,5 +0,0 @@ -package cluster - -type ipList struct { - ip string -} -- GitLab