|
b65f3be236
|
ID generating moved off to a separate function NewID().
|
2022-06-27 01:02:24 +04:00 |
|
|
9ed5ad42e2
|
generateAnswer() function made into a private. And now being called by GetAnswer() method in Captcha.
|
2022-06-27 00:44:11 +04:00 |
|
|
10167c4e17
|
Added comments for ICaptcha interface.
|
2022-06-27 00:43:12 +04:00 |
|
|
28ceae169b
|
ID type moved to db.go file where it belongs.
|
2022-06-27 00:26:03 +04:00 |
|
|
508d44a512
|
In db.go GetExpireInterval() renamed to GetExpiry().
|
2022-06-26 23:59:19 +04:00 |
|
|
8053952122
|
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 |
|
|
21b2f24986
|
Initial commit with a fully working program, lel.
|
2022-06-24 23:09:46 +04:00 |
|