dashboard, p2p, vendor: visualize peers (#19247)
* dashboard, p2p: visualize peers * dashboard: change scale to green to red
This commit is contained in:
committed by
Péter Szilágyi
parent
1591b63306
commit
1a29bf0ee2
14
vendor/github.com/apilayer/freegeoip/doc.go
generated
vendored
Normal file
14
vendor/github.com/apilayer/freegeoip/doc.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2009 The freegeoip authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// Package freegeoip provides an API for searching the geolocation of IP
|
||||
// addresses. It uses a database that can be either a local file or a
|
||||
// remote resource from a URL.
|
||||
//
|
||||
// Local databases are monitored by fsnotify and reloaded when the file is
|
||||
// either updated or overwritten.
|
||||
//
|
||||
// Remote databases are automatically downloaded and updated in background
|
||||
// so you can focus on using the API and not managing the database.
|
||||
package freegeoip
|
Reference in New Issue
Block a user