7 lines
134 B
Go

package core
import "net"
// Handler is a byte code specific packet handler.
type Handler func([]byte, *net.UDPAddr, *Server) error