We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757433 commit 4db7c62Copy full SHA for 4db7c62
types.go
@@ -28,6 +28,8 @@ type Client interface {
28
}
29
30
// P2PClient is a type alias for Client, maintained for backward compatibility.
31
+//
32
+//nolint:revive // P2PClient is intentionally named for backward compatibility, stuttering is acceptable
33
type P2PClient = Client
34
35
// Message represents a received message from a peer.
0 commit comments