Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMsgSender ¶
type FakeMsgSender struct { SendMsgStub func(msg []byte) error // contains filtered or unexported fields }
func (*FakeMsgSender) SendMsg ¶
func (fake *FakeMsgSender) SendMsg(msg []byte) error
func (*FakeMsgSender) SendMsgArgsForCall ¶
func (fake *FakeMsgSender) SendMsgArgsForCall(i int) []byte
func (*FakeMsgSender) SendMsgCallCount ¶
func (fake *FakeMsgSender) SendMsgCallCount() int
func (*FakeMsgSender) SendMsgReturns ¶
func (fake *FakeMsgSender) SendMsgReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.