go-emlid/reach/discovery/service.go

11 lines
114 B
Go
Raw Permalink Normal View History

2024-08-06 09:32:02 +02:00
package discovery
import "net"
type Service struct {
Name string
Device string
AddrV4 net.IP
Port int
}