# Functions
New will create a new mock P2P Service with the given options.
WithAddProtocolFunc sets the mock implementation of the AddProtocol function.
WithAddressesFunc sets the mock implementation of the Adresses function.
WithBlocklistedPeersFunc sets the mock implementation of the BlocklistedPeers function.
No description provided by the author
WithConnectFunc sets the mock implementation of the Connect function.
WithDisconnectFunc sets the mock implementation of the Disconnect function.
WithGetWelcomeMessageFunc sets the mock implementation of the GetWelcomeMessage function.
WithPeersFunc sets the mock implementation of the Peers function.
WithSetWelcomeMessageFunc sets the mock implementation of the SetWelcomeMessage function.
# Interfaces
No description provided by the author