ips

package
v1.0.77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(option Option) *Client

func (*Client) QueryIP

func (c *Client) QueryIP(ctx context.Context, ip string) (_ *IP, err error)

type IP

type IP struct {
	IP       string `json:"ip"`
	Country  string `json:"country"`
	Province string `json:"province"`
	City     string `json:"city"`
	County   string `json:"county"`
	Region   string `json:"region"`
	ISP      string `json:"isp"`
}

type Option

type Option struct {
	Retry   int
	Logger  *log.Logger
	Timeout time.Duration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL