database

package
v0.0.0-...-bcc622c Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2018 License: BSD-3-Clause Imports: 2 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 interface {
	Country(net.IP) (Country, error)
	City(net.IP) (string, error)
	IsEmpty() bool
}

func New

func New(countryDB, cityDB string) (Client, error)

type Country

type Country struct {
	Name string
	ISO  string
}

Jump to

Keyboard shortcuts

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