turbobytes / geoipdb

GeoIP related related helper functions for TurboBytes stack
MIT License
0 stars 2 forks source link

Implement method for retrieval of all ASN description overrides #16

Closed coolparadox closed 7 years ago

coolparadox commented 7 years ago

Name sugestion: OverridesList() Returns a map containing ASNs and descriptions

Reference: pulse#14

coolparadox commented 7 years ago

Update: OverridesList() will return a slice of geoipdb.AsnOverride instead of a map.

This is enables direct parsing by mongo.

sajal commented 7 years ago

+1 for slice. Its easier to work with in UI code as well.