Documentation ¶
Overview ¶
Package mock_messenger is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLocalSVCRouter ¶
type MockLocalSVCRouter struct {
// contains filtered or unexported fields
}
MockLocalSVCRouter is a mock of LocalSVCRouter interface
func NewMockLocalSVCRouter ¶
func NewMockLocalSVCRouter(ctrl *gomock.Controller) *MockLocalSVCRouter
NewMockLocalSVCRouter creates a new mock instance
func (*MockLocalSVCRouter) EXPECT ¶
func (m *MockLocalSVCRouter) EXPECT() *MockLocalSVCRouterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLocalSVCRouter) GetOverlay ¶
func (m *MockLocalSVCRouter) GetOverlay(arg0 addr.HostSVC) (*overlay.OverlayAddr, error)
GetOverlay mocks base method
type MockLocalSVCRouterMockRecorder ¶
type MockLocalSVCRouterMockRecorder struct {
// contains filtered or unexported fields
}
MockLocalSVCRouterMockRecorder is the mock recorder for MockLocalSVCRouter
func (*MockLocalSVCRouterMockRecorder) GetOverlay ¶
func (mr *MockLocalSVCRouterMockRecorder) GetOverlay(arg0 interface{}) *gomock.Call
GetOverlay indicates an expected call of GetOverlay
type MockResolver ¶
type MockResolver struct {
// contains filtered or unexported fields
}
MockResolver is a mock of Resolver interface
func NewMockResolver ¶
func NewMockResolver(ctrl *gomock.Controller) *MockResolver
NewMockResolver creates a new mock instance
func (*MockResolver) EXPECT ¶
func (m *MockResolver) EXPECT() *MockResolverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockResolverMockRecorder ¶
type MockResolverMockRecorder struct {
// contains filtered or unexported fields
}
MockResolverMockRecorder is the mock recorder for MockResolver
func (*MockResolverMockRecorder) LookupSVC ¶
func (mr *MockResolverMockRecorder) LookupSVC(arg0, arg1, arg2 interface{}) *gomock.Call
LookupSVC indicates an expected call of LookupSVC