Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2026 Changes in this version + const Field + type Client struct + APIOrigin string + HTTPClient *http.Client + Secret string + Sitekey string + func New(sitekey, secret string) *Client + func (c *Client) Verify(token string) bool + func (c *Client) VerifyDetailed(token string) Result + type Result struct + OverLimit bool + Valid bool