ipdb

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrInvalidIP invalid ip format
	ErrInvalidIP = errors.New("invalid ip format")
)

Functions

This section is empty.

Types

type LocationInfo

type LocationInfo struct {
	Country string
	Region  string
	City    string
	Isp     string
}

LocationInfo .

type Locator

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

Locator .

func NewLocator

func NewLocator(dataFile string) (loc *Locator, err error)

NewLocator .

func NewLocatorWithData

func NewLocatorWithData(data []byte) (loc *Locator)

NewLocatorWithData .

func (*Locator) Find

func (loc *Locator) Find(ipstr string) (*LocationInfo, error)

Find .

func (*Locator) FindByUint

func (loc *Locator) FindByUint(ip uint32) (*LocationInfo, error)

FindByUint .

Jump to

Keyboard shortcuts

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