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:
@ -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
|
||||
|
Reference in New Issue
Block a user