Versions in this module Expand all Collapse all v1 v1.2.24 May 20, 2021 v1.2.23 May 20, 2021 v1.2.22 May 20, 2021 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)