feat(discovery): android compatibility
This commit is contained in:
10
reach/discovery/service.go
Normal file
10
reach/discovery/service.go
Normal file
@ -0,0 +1,10 @@
|
||||
package discovery
|
||||
|
||||
import "net"
|
||||
|
||||
type Service struct {
|
||||
Name string
|
||||
Device string
|
||||
AddrV4 net.IP
|
||||
Port int
|
||||
}
|
Reference in New Issue
Block a user