Documentation
¶
Index ¶
- func GenericTestCaptcha_Improve_Cover[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestCaptcha_In_Quota[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestCaptcha_OneTime[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestCaptcha_Onetime_Timeout[S verified.Storage](t *testing.T, mr *miniredis.Miniredis, store S)
- func GenericTestCaptcha_Over_Quota[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestCaptcha_RedisUnavailable[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestCaptcha_Unsupported_Driver[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestReflux_Improve_Cover[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestReflux_In_Quota[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestReflux_OneTime_Timeout[S verified.Storage](t *testing.T, mr *miniredis.Miniredis, store S)
- func GenericTestReflux_One_Time[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestReflux_Over_Quota[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- func GenericTestReflux_RedisUnavailable[S verified.Storage](t *testing.T, _ *miniredis.Miniredis, store S)
- type TestVerifiedCaptchaDriver
- type TestVerifiedCaptchaProvider
- type TestVerifiedRefluxProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestVerifiedCaptchaDriver ¶
type TestVerifiedCaptchaDriver struct{}
func (TestVerifiedCaptchaDriver) GenerateQuestionAnswer ¶
func (t TestVerifiedCaptchaDriver) GenerateQuestionAnswer() (*verified.QuestionAnswer, error)
func (TestVerifiedCaptchaDriver) Name ¶
func (t TestVerifiedCaptchaDriver) Name() string
type TestVerifiedCaptchaProvider ¶
type TestVerifiedCaptchaProvider struct{}
func (TestVerifiedCaptchaProvider) AcquireDriver ¶
func (t TestVerifiedCaptchaProvider) AcquireDriver(kind string) verified.CaptchaDriver
type TestVerifiedRefluxProvider ¶
type TestVerifiedRefluxProvider struct{}
func (TestVerifiedRefluxProvider) GenerateUniqueId ¶
func (t TestVerifiedRefluxProvider) GenerateUniqueId() string
func (TestVerifiedRefluxProvider) Name ¶
func (t TestVerifiedRefluxProvider) Name() string
Click to show internal directories.
Click to hide internal directories.