summaryrefslogtreecommitdiff
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-rw-r--r--rpc/dryad/clientmanager.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/dryad/clientmanager.go b/rpc/dryad/clientmanager.go
index 4ebe3a5..f8c6a55 100644
--- a/rpc/dryad/clientmanager.go
+++ b/rpc/dryad/clientmanager.go
@@ -24,12 +24,12 @@ package dryad
import (
"net"
- . "git.tizen.org/tools/boruta"
+ "git.tizen.org/tools/boruta"
)
// ClientManager defines API for managing client RPC calls to Dryad.
type ClientManager interface {
- Dryad
+ boruta.Dryad
// Create creates a new RPC client.
Create(*net.TCPAddr) error
// Close shuts down RPC client connection.