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

master
Harshavardhana 8 years ago
parent 4917038f55
commit b4172ad3c8
  1. 2
      cmd/storage-rpc-client.go
  2. 2
      cmd/storage-rpc-server-datatypes.go
  3. 0
      cmd/storage-rpc-server.go

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

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