Documentation ¶
Overview ¶
Package domainRepositoryMock is a generated GoMock package.
Package domainRepositoryMock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockContactRepository ¶
type MockContactRepository struct {
// contains filtered or unexported fields
}
MockContactRepository is a mock of ContactRepository interface.
func NewMockContactRepository ¶
func NewMockContactRepository(ctrl *gomock.Controller) *MockContactRepository
NewMockContactRepository creates a new mock instance.
func (*MockContactRepository) EXPECT ¶
func (m *MockContactRepository) EXPECT() *MockContactRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockContactRepositoryMockRecorder ¶
type MockContactRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockContactRepositoryMockRecorder is the mock recorder for MockContactRepository.
func (*MockContactRepositoryMockRecorder) Save ¶
func (mr *MockContactRepositoryMockRecorder) Save(ctx, contact interface{}) *gomock.Call
Save indicates an expected call of Save.
type MockTechnoRepository ¶
type MockTechnoRepository struct {
// contains filtered or unexported fields
}
MockTechnoRepository is a mock of TechnoRepository interface.
func NewMockTechnoRepository ¶
func NewMockTechnoRepository(ctrl *gomock.Controller) *MockTechnoRepository
NewMockTechnoRepository creates a new mock instance.
func (*MockTechnoRepository) EXPECT ¶
func (m *MockTechnoRepository) EXPECT() *MockTechnoRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTechnoRepository) FetchStack ¶
func (m *MockTechnoRepository) FetchStack(ctx context.Context) (map[string]interface{}, error)
FetchStack mocks base method.
type MockTechnoRepositoryMockRecorder ¶
type MockTechnoRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockTechnoRepositoryMockRecorder is the mock recorder for MockTechnoRepository.
func (*MockTechnoRepositoryMockRecorder) FetchStack ¶
func (mr *MockTechnoRepositoryMockRecorder) FetchStack(ctx interface{}) *gomock.Call
FetchStack indicates an expected call of FetchStack.