Rename rpc-{client,server} storage-rpc-{client,server}

This commit is contained in:
Harshavardhana 2016-08-10 19:44:58 -07:00
parent 4917038f55
commit b4172ad3c8
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package cmd package main
import ( import (
"net/http" "net/http"

View File

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package cmd package main
// GenericReply represents any generic RPC reply. // GenericReply represents any generic RPC reply.
type GenericReply struct{} type GenericReply struct{}