Documentation ¶
Overview ¶
Package mock_repositories is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockReCaptchaV2Repository ¶
type MockReCaptchaV2Repository struct {
// contains filtered or unexported fields
}
MockReCaptchaV2Repository is a mock of ReCaptchaV2Repository interface
func NewMockReCaptchaV2Repository ¶
func NewMockReCaptchaV2Repository(ctrl *gomock.Controller) *MockReCaptchaV2Repository
NewMockReCaptchaV2Repository creates a new mock instance
func (*MockReCaptchaV2Repository) EXPECT ¶
func (m *MockReCaptchaV2Repository) EXPECT() *MockReCaptchaV2RepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockReCaptchaV2Repository) VerifyReCaptchaV2Token ¶
func (m *MockReCaptchaV2Repository) VerifyReCaptchaV2Token(ctx context.Context, token string) error
VerifyReCaptchaV2Token mocks base method
type MockReCaptchaV2RepositoryMockRecorder ¶
type MockReCaptchaV2RepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockReCaptchaV2RepositoryMockRecorder is the mock recorder for MockReCaptchaV2Repository
func (*MockReCaptchaV2RepositoryMockRecorder) VerifyReCaptchaV2Token ¶
func (mr *MockReCaptchaV2RepositoryMockRecorder) VerifyReCaptchaV2Token(ctx, token interface{}) *gomock.Call
VerifyReCaptchaV2Token indicates an expected call of VerifyReCaptchaV2Token
Click to show internal directories.
Click to hide internal directories.