Versions in this module Expand all Collapse all v0 v0.3.0 Aug 18, 2026 v0.2.0 Aug 6, 2026 Changes in this version + const MethodGET + const MethodPOST + type Client struct + func New(cfg Config) (*Client, error) + func (c *Client) Check(ctx context.Context, destination string) (Result, error) + func (c *Client) Describe() Disclosure + func (c *Client) Endpoint() string + func (c *Client) Name() string + type Config struct + AuthHeader string + AuthToken string + Method string + Name string + Param string + Timeout time.Duration + Transport http.RoundTripper + URL string + VerdictField string + type Disclosure struct + Enabled bool + Endpoint string + Method string + Name string + TimeoutSeconds float64 + type Result string + const ResultClean + const ResultError + const ResultMalicious