增加唯一执行的参数

This commit is contained in:
ayflying
2025-08-22 12:04:26 +08:00
parent f1c22dc9e6
commit 30d30bb8c6
4 changed files with 14 additions and 8 deletions

View File

@@ -7,9 +7,6 @@ package service
type (
IIp2Region interface {
// Load 加载到内存中
//
// @Description: 加载ip2region数据库到内存中。
// @receiver s *sIp2region: sIp2region的实例。
Load()
GetIp(ip string) (res []string)