feat(discovery): android compatibility

This commit is contained in:
2024-08-06 09:32:02 +02:00
parent 6842d4d88a
commit 33e16c8615
8 changed files with 725 additions and 80 deletions

View File

@ -0,0 +1,10 @@
package discovery
import "net"
type Service struct {
Name string
Device string
AddrV4 net.IP
Port int
}