This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeNode/internal/iplibrary/result.go
T

11 lines
143 B
Go

package iplibrary
type Result struct {
CityId int64
Country string
Region string
Province string
City string
ISP string
}