Versions in this module Expand all Collapse all v1 v1.3.3 Sep 28, 2022 v1.3.2 Sep 21, 2022 Changes in this version + var List = make(map[string]Captcha) + func Add(key string, captcha Captcha) + type Captcha interface + Validate func(token string) bool + func Get(key string) (Captcha, bool)