Documentation ¶
Overview ¶
Package sendermock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalSender ¶
type ExternalSender struct {
// contains filtered or unexported fields
}
ExternalSender is a mock of ExternalSender interface.
func NewExternalSender ¶
func NewExternalSender(ctrl *gomock.Controller) *ExternalSender
NewExternalSender creates a new mock instance.
func (*ExternalSender) EXPECT ¶
func (m *ExternalSender) EXPECT() *ExternalSenderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*ExternalSender) Send ¶
func (m *ExternalSender) Send(msg message.OutboundMessage, config common.SendConfig, subnetID ids.ID, allower subnets.Allower) set.Set[ids.NodeID]
Send mocks base method.
type ExternalSenderMockRecorder ¶
type ExternalSenderMockRecorder struct {
// contains filtered or unexported fields
}
ExternalSenderMockRecorder is the mock recorder for ExternalSender.
Click to show internal directories.
Click to hide internal directories.