proper logging of selected endpoint

This commit is contained in:
Vladislav Yarmak
2025-09-14 22:56:19 +03:00
parent 6eb2054faf
commit ddea656d94
3 changed files with 19 additions and 2 deletions
+4
View File
@@ -97,6 +97,10 @@ func (e *SEIPEntry) NetAddr() string {
}
}
func (e SEIPEntry) String() string {
return e.NetAddr()
}
type SEDiscoverResponse struct {
Data struct {
IPs []SEIPEntry `json:"ips"`