Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communicator ¶
Communicator is an autogenerated mock type for the Communicator type
func NewCommunicator ¶
func NewCommunicator(t interface { mock.TestingT Cleanup(func()) }) *Communicator
NewCommunicator creates a new instance of Communicator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Communicator) CallAvailableNode ¶
func (_m *Communicator) CallAvailableNode(nodes flow.IdentitySkeletonList, call func(*flow.IdentitySkeleton) error, shouldTerminateOnError func(*flow.IdentitySkeleton, error) bool) error
CallAvailableNode provides a mock function with given fields: nodes, call, shouldTerminateOnError
type NodeSelector ¶
NodeSelector is an autogenerated mock type for the NodeSelector type
func NewNodeSelector ¶
func NewNodeSelector(t interface { mock.TestingT Cleanup(func()) }) *NodeSelector
NewNodeSelector creates a new instance of NodeSelector. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*NodeSelector) HasNext ¶
func (_m *NodeSelector) HasNext() bool
HasNext provides a mock function with no fields
func (*NodeSelector) Next ¶
func (_m *NodeSelector) Next() *flow.IdentitySkeleton
Next provides a mock function with no fields