Versions in this module Expand all Collapse all v0 v0.0.2 Jun 19, 2021 Changes in this version + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func ToTypedMessage(message proto.Message) *TypedMessage + func (*TypedMessage) Descriptor() ([]byte, []int) + func (*TypedMessage) ProtoMessage() + func (m *TypedMessage) GetType() string + func (m *TypedMessage) GetValue() []byte + func (m *TypedMessage) Reset() + func (m *TypedMessage) String() string + func (m *TypedMessage) XXX_DiscardUnknown() + func (m *TypedMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TypedMessage) XXX_Merge(src proto.Message) + func (m *TypedMessage) XXX_Size() int + func (m *TypedMessage) XXX_Unmarshal(b []byte) error + func (v *TypedMessage) GetInstance() (proto.Message, error)