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