justcaptcha/internal/captcha
2022-06-26 23:24:10 +04:00
..
captcha.go Removed unneded dependency on github.com/pkg/errors. 2022-06-26 23:24:10 +04:00
db.go In db.go method GetExpiry() placed next to SetExpiry() method. 2022-06-26 21:28:22 +04:00
dwelling_captcha.go Methods Solve, GetAnswer, IsSolved, and Expiry could be implemented once for a base Captcha struct. But GetImage and generateImage methods should be implemented by all structs that compose with base Captcha struct. 2022-06-26 22:02:38 +04:00
instance.go In instance.go GetExpireInterval() changed to GetExpiry(). And changed name of corresponding field of CaptchaDB to ExpireIn. 2022-06-26 20:53:48 +04:00