Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + const BaseURL + const DefaultUserAgent + const Host + type Client struct + HTTP *http.Client + Rate time.Duration + Retries int + UserAgent string + func NewClient() *Client + func (c *Client) GetIP(ctx context.Context, ip string) (*IPInfo, error) + func (c *Client) GetIPFrom(ctx context.Context, url string) (*IPInfo, error) + func (c *Client) GetRaw(ctx context.Context, url string) ([]byte, error) + type Config struct + Rate time.Duration + Retries int + Timeout time.Duration + UserAgent string + func DefaultConfig() Config + type Domain struct + func (Domain) Classify(input string) (uriType, id string, err error) + func (Domain) Info() kit.DomainInfo + func (Domain) Locate(uriType, id string) (string, error) + func (Domain) Register(app *kit.App) + type IPInfo struct + Classification string + IP string + LastSeen string + Link string + Message string + Name string + Noise bool + RIOT bool