1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 14:34:24 +08:00

style(testutil) rename testutil.Peer -> testutil.Identity

cc @jbenet
This commit is contained in:
Brian Tiger Chow
2014-12-24 09:53:18 -05:00
parent 2b2ff548e6
commit 0172e4f2bb
13 changed files with 36 additions and 36 deletions

View File

@ -16,8 +16,8 @@ import (
// Server provides mockrouting Clients
type Server interface {
Client(p testutil.Peer) Client
ClientWithDatastore(context.Context, testutil.Peer, ds.Datastore) Client
Client(p testutil.Identity) Client
ClientWithDatastore(context.Context, testutil.Identity, ds.Datastore) Client
}
// Client implements IpfsRouting