Versions in this module Expand all Collapse all v0 v0.0.1 Aug 20, 2025 Changes in this version + func MarshalRequest(m mx.Message) ([]byte, error) + func UnmarshalRequest(b []byte) (mx.Message, *proto.BasePacket, error) + func UnmarshalResponse(bin []byte) (mx.Message, proto.Protocol, error) + type NetworkProtocolResponse struct + Packet string + Protocol string + func MarshalResponse(m mx.Message) (*NetworkProtocolResponse, error)