Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequireUpgrade ¶
func RequireUpgrade(c *fiber.Ctx) error
Types ¶
type Connection ¶
type Connection struct { Uuid string // contains filtered or unexported fields }
func (*Connection) Close ¶
func (c *Connection) Close() error
func (*Connection) ReadMessage ¶
func (c *Connection) ReadMessage() (int, []byte, error)
func (*Connection) Start ¶
func (c *Connection) Start()
func (*Connection) WriteMessage ¶
func (c *Connection) WriteMessage(mt int, msg []byte) error
func (*Connection) WritePacket ¶
func (c *Connection) WritePacket(packet *packets.S2CPacket) error
Click to show internal directories.
Click to hide internal directories.