mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
refactor ipRecorder
This commit is contained in:
7
api/iprecoder/interface.go
Normal file
7
api/iprecoder/interface.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package iprecoder
|
||||
|
||||
import "github.com/Yuzuki616/V2bX/core/app/dispatcher"
|
||||
|
||||
type IpRecorder interface {
|
||||
SyncOnlineIp(Ips []dispatcher.UserIpList) ([]dispatcher.UserIpList, error)
|
||||
}
|
||||
Reference in New Issue
Block a user