Versions in this module Expand all Collapse all v1 v1.0.0 Apr 8, 2023 Changes in this version + const TxTrace + var File_packetid_proto protoreflect.FileDescriptor + var File_pingpong_proto protoreflect.FileDescriptor + var PacketID_name = map[int32]string + var PacketID_value = map[string]int32 + type CSPacketPing struct + Message []byte + TimeStamb int64 + func (*CSPacketPing) Descriptor() ([]byte, []int) + func (*CSPacketPing) ProtoMessage() + func (x *CSPacketPing) GetMessage() []byte + func (x *CSPacketPing) GetTimeStamb() int64 + func (x *CSPacketPing) ProtoReflect() protoreflect.Message + func (x *CSPacketPing) Reset() + func (x *CSPacketPing) String() string + type PacketID int32 + const PacketID_PACKET_CS_PING + const PacketID_PACKET_SC_PONG + const PacketID_PACKET_UNKNOW + func (PacketID) Descriptor() protoreflect.EnumDescriptor + func (PacketID) EnumDescriptor() ([]byte, []int) + func (PacketID) Type() protoreflect.EnumType + func (x PacketID) Enum() *PacketID + func (x PacketID) Number() protoreflect.EnumNumber + func (x PacketID) String() string + type SCPacketPong struct + Message []byte + TimeStamb int64 + func (*SCPacketPong) Descriptor() ([]byte, []int) + func (*SCPacketPong) ProtoMessage() + func (x *SCPacketPong) GetMessage() []byte + func (x *SCPacketPong) GetTimeStamb() int64 + func (x *SCPacketPong) ProtoReflect() protoreflect.Message + func (x *SCPacketPong) Reset() + func (x *SCPacketPong) String() string + type StructA struct + Desc string + P *int + X int + Y int + Z int