package
1.18.2
Repository: https://github.com/ethersphere/bee.git
Documentation: pkg.go.dev

# 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.

# Structs

Service is the mock of a P2P Service.

# Interfaces

No description provided by the author