This website requires JavaScript.
Explore
Help
Sign In
Arav
/
justcaptcha
Watch
1
Star
0
Fork
0
You've already forked justcaptcha
Code
Issues
Releases
6
Activity
10167c4e17
justcaptcha
/
internal
/
captcha
History
Alexander "Arav" Andreev
9e7f3a2728
When I moved implementation to pkg directory an error appeared that DwellingCaptcha doesn't implement generateImage() method. And these methods was copied here to resolve this problem. But, actual fix was implementing an empty generateImage() method for base Captcha struct.
2022-06-26 23:57:16 +04:00
..
dwelling_captcha.go
When I moved implementation to pkg directory an error appeared that DwellingCaptcha doesn't implement generateImage() method. And these methods was copied here to resolve this problem. But, actual fix was implementing an empty generateImage() method for base Captcha struct.
2022-06-26 23:57:16 +04:00
instance.go
Captcha implementation was moved off to pkg directory to be able to be used as an external library.
2022-06-26 23:53:52 +04:00