1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-24 06:09:01 +08:00
nali/internal/ipdb/db.go
2020-07-17 09:05:25 +08:00

6 lines
62 B
Go

package ipdb
type IPDB interface {
Find(ip string) string
}