1
0
mirror of https://github.com/zu1k/nali.git synced 2025-02-02 18:32:43 +08:00
nali/internal/ipdb/db.go

6 lines
62 B
Go
Raw Normal View History

2020-07-17 09:05:25 +08:00
package ipdb
type IPDB interface {
Find(ip string) string
}