Documentation ¶ Index ¶ type Info func (i Info) String() string type Lookup func NewLookup() *Lookup func (i *Lookup) Available() bool func (i *Lookup) Configure(c app.Config) error func (i *Lookup) Get(p pmux.Proxy) (info Info) func (i *Lookup) Start(ctx app.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Info ¶ type Info struct { Country string City string Provider string ASN uint16 } func (Info) String ¶ func (i Info) String() string type Lookup ¶ type Lookup struct { // contains filtered or unexported fields } func NewLookup ¶ func NewLookup() *Lookup func (*Lookup) Available ¶ func (i *Lookup) Available() bool func (*Lookup) Configure ¶ func (i *Lookup) Configure(c app.Config) error func (*Lookup) Get ¶ func (i *Lookup) Get(p pmux.Proxy) (info Info) func (*Lookup) Start ¶ func (i *Lookup) Start(ctx app.Context) Source Files ¶ View all Source files mmdb.go Click to show internal directories. Click to hide internal directories.