Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + func ByteToHexString(value byte) string + func BytesToHexString(value []byte) string + func BytesToInt64(value []byte) int64 + func BytesToUint16(value []byte) uint16 + func BytesToUint32(value []byte) uint32 + func Int64ToBytes(value int64, b []byte) []byte + func Int64ToString(value int64) string + func IntToBytes(value int, b []byte) []byte + func IntToString(value int) string + func PointerToString(value interface{}) string + func Uint16ToBytes(value uint16, b []byte) []byte + func Uint16ToString(value uint16) string + func Uint32ToBytes(value uint32, b []byte) []byte + func Uint32ToString(value uint32) string v1.10.0 Aug 28, 2020 Changes in this version + var File_v2ray_com_core_common_serial_typed_message_proto protoreflect.FileDescriptor + func Concat(v ...interface{}) string + func GetInstance(messageType string) (interface{}, error) + func GetMessageType(message proto.Message) string + func ReadUint16(reader io.Reader) (uint16, error) + func ToString(v interface{}) string + func WriteUint16(writer io.Writer, value uint16) (int, error) + func WriteUint64(writer io.Writer, value uint64) (int, error) + type TypedMessage struct + Type string + Value []byte + func ToTypedMessage(message proto.Message) *TypedMessage + func (*TypedMessage) Descriptor() ([]byte, []int) + func (*TypedMessage) ProtoMessage() + func (v *TypedMessage) GetInstance() (proto.Message, error) + func (x *TypedMessage) GetType() string + func (x *TypedMessage) GetValue() []byte + func (x *TypedMessage) ProtoReflect() protoreflect.Message + func (x *TypedMessage) Reset() + func (x *TypedMessage) String() string Incompatible versions in this module v3.50.2+incompatible Oct 29, 2018