arcast/pkg/client/player.go

12 lines
96 B
Go

package client
import (
"net"
)
type Player struct {
ID string
IPs []net.IP
Port int
}