Versions in this module Expand all Collapse all v2 v2.1.0 Feb 11, 2024 Changes in this version type Client + func (c *Client) Query(ctx context.Context, domain string) (Response, error) + type Response struct + Domain string + Name string + TLD string + WHOISHost string + WHOISRaw string v2.0.1 Dec 10, 2021 Changes in this version + var Localhost string = "socks5://localhost" + type Client struct + func NewClient(socks5 string) (*Client, error) + func (c *Client) Lookup(ctx context.Context, domain, server string) (string, error) + func (c *Client) TLDs() []string + func (c *Client) WHOISHost(domain string) (string, error) Other modules containing this package github.com/twiny/whois