You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: routing/http/contentrouter/contentrouter.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ type Client interface {
31
31
GetIPNS(ctx context.Context, name ipns.Name) (*ipns.Record, error)
32
32
PutIPNS(ctx context.Context, name ipns.Name, record*ipns.Record) error
33
33
// GetClosestPeers returns the DHT closest peers to the given peer ID.
34
-
// If empty, it will use the content router's peer ID (self). `closerThan` (optional) forces resulting records to be closer to `PeerID` than to `closerThan`. `count` specifies how many records to return ([1,100], with 20 as default when set to 0).
// GetClosestPeers returns the DHT closest peers to the given peer ID.
91
+
// If empty, it will use the content router's peer ID (self). `closerThan` (optional) forces resulting records to be closer to `PeerID` than to `closerThan`. `count` specifies how many records to return ([1,100], with 20 as default when set to 0).
0 commit comments