arcast/pkg/client/player.go

12 lines
96 B
Go
Raw Normal View History

2023-12-13 20:07:22 +01:00
package client
import (
"net"
)
type Player struct {
ID string
IPs []net.IP
Port int
}