Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockOutbound
- func (m *MockOutbound) EXPECT() *MockOutboundMockRecorder
- func (m *MockOutbound) Forward(arg0 interface{}, arg1 *service.Destination) error
- func (m *MockOutbound) Send(arg0 interface{}, arg1 string, arg2 *service.Destination) error
- func (m *MockOutbound) SendToDID(arg0 interface{}, arg1, arg2 string) error
- type MockOutboundMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOutbound ¶
type MockOutbound struct {
// contains filtered or unexported fields
}
MockOutbound is a mock of Outbound interface
func NewMockOutbound ¶
func NewMockOutbound(ctrl *gomock.Controller) *MockOutbound
NewMockOutbound creates a new mock instance
func (*MockOutbound) EXPECT ¶
func (m *MockOutbound) EXPECT() *MockOutboundMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOutbound) Forward ¶
func (m *MockOutbound) Forward(arg0 interface{}, arg1 *service.Destination) error
Forward mocks base method
func (*MockOutbound) Send ¶
func (m *MockOutbound) Send(arg0 interface{}, arg1 string, arg2 *service.Destination) error
Send mocks base method
func (*MockOutbound) SendToDID ¶
func (m *MockOutbound) SendToDID(arg0 interface{}, arg1, arg2 string) error
SendToDID mocks base method
type MockOutboundMockRecorder ¶
type MockOutboundMockRecorder struct {
// contains filtered or unexported fields
}
MockOutboundMockRecorder is the mock recorder for MockOutbound
func (*MockOutboundMockRecorder) Forward ¶
func (mr *MockOutboundMockRecorder) Forward(arg0, arg1 interface{}) *gomock.Call
Forward indicates an expected call of Forward
func (*MockOutboundMockRecorder) Send ¶
func (mr *MockOutboundMockRecorder) Send(arg0, arg1, arg2 interface{}) *gomock.Call
Send indicates an expected call of Send
func (*MockOutboundMockRecorder) SendToDID ¶
func (mr *MockOutboundMockRecorder) SendToDID(arg0, arg1, arg2 interface{}) *gomock.Call
SendToDID indicates an expected call of SendToDID
Click to show internal directories.
Click to hide internal directories.