Documentation ¶
Overview ¶
Package mock_usecase is a generated GoMock package.
Package mock_usecase is a generated GoMock package.
Package mock_usecase is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChatGptRepository ¶
type MockChatGptRepository struct {
// contains filtered or unexported fields
}
MockChatGptRepository is a mock of ChatGptRepository interface.
func NewMockChatGptRepository ¶
func NewMockChatGptRepository(ctrl *gomock.Controller) *MockChatGptRepository
NewMockChatGptRepository creates a new mock instance.
func (*MockChatGptRepository) CreateTableIfNotExists ¶
func (m *MockChatGptRepository) CreateTableIfNotExists(d *dynamo.DB, tableName string) error
CreateTableIfNotExists mocks base method.
func (*MockChatGptRepository) EXPECT ¶
func (m *MockChatGptRepository) EXPECT() *MockChatGptRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockChatGptRepository) PutResult ¶
func (m *MockChatGptRepository) PutResult(table *dynamo.Table, arg domain.ChatGptResult) error
PutResult mocks base method.
type MockChatGptRepositoryMockRecorder ¶
type MockChatGptRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockChatGptRepositoryMockRecorder is the mock recorder for MockChatGptRepository.
func (*MockChatGptRepositoryMockRecorder) CreateTableIfNotExists ¶
func (mr *MockChatGptRepositoryMockRecorder) CreateTableIfNotExists(d, tableName interface{}) *gomock.Call
CreateTableIfNotExists indicates an expected call of CreateTableIfNotExists.
func (*MockChatGptRepositoryMockRecorder) PutResult ¶
func (mr *MockChatGptRepositoryMockRecorder) PutResult(table, arg interface{}) *gomock.Call
PutResult indicates an expected call of PutResult.
type MockNuxtMailRepository ¶
type MockNuxtMailRepository struct {
// contains filtered or unexported fields
}
MockNuxtMailRepository is a mock of NuxtMailRepository interface.
func NewMockNuxtMailRepository ¶
func NewMockNuxtMailRepository(ctrl *gomock.Controller) *MockNuxtMailRepository
NewMockNuxtMailRepository creates a new mock instance.
func (*MockNuxtMailRepository) EXPECT ¶
func (m *MockNuxtMailRepository) EXPECT() *MockNuxtMailRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockNuxtMailRepositoryMockRecorder ¶
type MockNuxtMailRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockNuxtMailRepositoryMockRecorder is the mock recorder for MockNuxtMailRepository.
func (*MockNuxtMailRepositoryMockRecorder) Send ¶
func (mr *MockNuxtMailRepositoryMockRecorder) Send(arg, region, id, secret interface{}) *gomock.Call
Send indicates an expected call of Send.
type MockSESRepository ¶
type MockSESRepository struct {
// contains filtered or unexported fields
}
MockSESRepository is a mock of SESRepository interface.
func NewMockSESRepository ¶
func NewMockSESRepository(ctrl *gomock.Controller) *MockSESRepository
NewMockSESRepository creates a new mock instance.
func (*MockSESRepository) EXPECT ¶
func (m *MockSESRepository) EXPECT() *MockSESRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSESRepository) GetKeyid ¶
func (m *MockSESRepository) GetKeyid() string
GetKeyid mocks base method.
func (*MockSESRepository) GetRegion ¶
func (m *MockSESRepository) GetRegion() string
GetRegion mocks base method.
func (*MockSESRepository) GetSecretkey ¶
func (m *MockSESRepository) GetSecretkey() string
GetSecretkey mocks base method.
type MockSESRepositoryMockRecorder ¶
type MockSESRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockSESRepositoryMockRecorder is the mock recorder for MockSESRepository.
func (*MockSESRepositoryMockRecorder) GetKeyid ¶
func (mr *MockSESRepositoryMockRecorder) GetKeyid() *gomock.Call
GetKeyid indicates an expected call of GetKeyid.
func (*MockSESRepositoryMockRecorder) GetRegion ¶
func (mr *MockSESRepositoryMockRecorder) GetRegion() *gomock.Call
GetRegion indicates an expected call of GetRegion.
func (*MockSESRepositoryMockRecorder) GetSecretkey ¶
func (mr *MockSESRepositoryMockRecorder) GetSecretkey() *gomock.Call
GetSecretkey indicates an expected call of GetSecretkey.