Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeDBIPCountryMMDBIn = "dbipCountryMMDB" DescDBIPCountryMMDBIn = "Convert DB-IP country mmdb database to other formats" )
View Source
const ( TypeDBIPCountryMMDBOut = "dbipCountryMMDB" DescDBIPCountryMMDBOut = "Convert data to DB-IP country mmdb database format" )
View Source
const ( TypeIPInfoCountryMMDBIn = "ipinfoCountryMMDB" DescIPInfoCountryMMDBIn = "Convert IPInfo country mmdb database to other formats" )
View Source
const ( TypeIPInfoCountryMMDBOut = "ipinfoCountryMMDB" DescIPInfoCountryMMDBOut = "Convert data to IPInfo country mmdb database format" )
View Source
const ( TypeASNCSV = "maxmindGeoLite2ASNCSV" DescASNCSV = "Convert MaxMind GeoLite2 ASN CSV data to other formats" )
View Source
const ( TypeCountryCSV = "maxmindGeoLite2CountryCSV" DescCountryCSV = "Convert MaxMind GeoLite2 country CSV data to other formats" )
View Source
const ( TypeMaxmindMMDBIn = "maxmindMMDB" DescMaxmindMMDBIn = "Convert MaxMind mmdb database to other formats" )
View Source
const ( TypeMaxmindMMDBOut = "maxmindMMDB" DescMaxmindMMDBOut = "Convert data to MaxMind mmdb database format" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeoLite2ASNCSV ¶
type GeoLite2ASNCSV struct { Type string Action lib.Action Description string IPv4File string IPv6File string Want map[string][]string OnlyIPType lib.IPType }
func (*GeoLite2ASNCSV) GetAction ¶
func (g *GeoLite2ASNCSV) GetAction() lib.Action
func (*GeoLite2ASNCSV) GetDescription ¶
func (g *GeoLite2ASNCSV) GetDescription() string
func (*GeoLite2ASNCSV) GetType ¶
func (g *GeoLite2ASNCSV) GetType() string
type GeoLite2CountryCSV ¶
type GeoLite2CountryCSV struct { Type string Action lib.Action Description string CountryCodeFile string IPv4File string IPv6File string Want map[string]bool OnlyIPType lib.IPType }
func (*GeoLite2CountryCSV) GetAction ¶
func (g *GeoLite2CountryCSV) GetAction() lib.Action
func (*GeoLite2CountryCSV) GetDescription ¶
func (g *GeoLite2CountryCSV) GetDescription() string
func (*GeoLite2CountryCSV) GetType ¶
func (g *GeoLite2CountryCSV) GetType() string
type MMDBIn ¶
type MMDBIn struct { Type string Action lib.Action Description string URI string Want map[string]bool OnlyIPType lib.IPType }
func (*MMDBIn) GetDescription ¶
Click to show internal directories.
Click to hide internal directories.