@@ -31,6 +31,7 @@ type UDPConn = net.UDPConn
type UnixAddr = net.UnixAddr
type UnixConn = net.UnixConn
+// IP is an alias for net.IP.
type IP = net.IP
type IPMask = net.IPMask
type IPNet = net.IPNet
@@ -80,8 +80,8 @@ type CommandSwitchAccount struct {
Host net.Address
Port net.Port
ID *uuid.UUID
- AlterIds uint16
Level uint32
+ AlterIds uint16
ValidMin byte
}