feat(admin): Add filter by ip and username (#172)

This commit is contained in:
lejianwen
2025-03-15 19:49:49 +08:00
parent caea60c732
commit 6ed75bc517
2 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ type PeerQuery struct {
Id string `json:"id" form:"id"`
Hostname string `json:"hostname" form:"hostname"`
Uuids string `json:"uuids" form:"uuids"`
Ip string `json:"ip" form:"ip"`
Username string `json:"username" form:"username"`
}
type SimpleDataQuery struct {