mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
rpc: Add RPC client tests. (#2858)
This commit is contained in:
@@ -111,6 +111,7 @@ func newRPCClient(networkPath string) (StorageAPI, error) {
|
||||
path: rpcPath,
|
||||
loginMethod: "Storage.LoginHandler",
|
||||
})
|
||||
|
||||
// Initialize network storage.
|
||||
ndisk := &networkStorage{
|
||||
netAddr: netAddr,
|
||||
|
||||
Reference in New Issue
Block a user