Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientStub ¶
type MockClientStub struct {
// contains filtered or unexported fields
}
MockClientStub is a mock of ClientStub interface.
func NewMockClientStub ¶
func NewMockClientStub(ctrl *gomock.Controller) *MockClientStub
NewMockClientStub creates a new mock instance.
func (*MockClientStub) EXPECT ¶
func (m *MockClientStub) EXPECT() *MockClientStubMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockClientStubMockRecorder ¶
type MockClientStubMockRecorder struct {
// contains filtered or unexported fields
}
MockClientStubMockRecorder is the mock recorder for MockClientStub.
func (*MockClientStubMockRecorder) GetLookup ¶
func (mr *MockClientStubMockRecorder) GetLookup(ctx, domain interface{}) *gomock.Call
GetLookup indicates an expected call of GetLookup.
func (*MockClientStubMockRecorder) Resolve ¶
func (mr *MockClientStubMockRecorder) Resolve(ctx, domain interface{}) *gomock.Call
Resolve indicates an expected call of Resolve.
Click to show internal directories.
Click to hide internal directories.