Versions in this module Expand all Collapse all v0 v0.9.1 Jan 22, 2019 Changes in this version + var ErrIntOverflowProtos = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthProtos = fmt.Errorf("proto: negative length found during unmarshaling") + type Ping struct + Data []byte + func (*Ping) Descriptor() ([]byte, []int) + func (*Ping) ProtoMessage() + func (m *Ping) GetData() []byte + func (m *Ping) Marshal() (dAtA []byte, err error) + func (m *Ping) MarshalTo(dAtA []byte) (int, error) + func (m *Ping) Reset() + func (m *Ping) Size() (n int) + func (m *Ping) Unmarshal(dAtA []byte) error + func (this *Ping) Equal(that interface{}) bool + func (this *Ping) GoString() string + func (this *Ping) String() string + type Pong struct + func (*Pong) Descriptor() ([]byte, []int) + func (*Pong) ProtoMessage() + func (m *Pong) Marshal() (dAtA []byte, err error) + func (m *Pong) MarshalTo(dAtA []byte) (int, error) + func (m *Pong) Reset() + func (m *Pong) Size() (n int) + func (m *Pong) Unmarshal(dAtA []byte) error + func (this *Pong) Equal(that interface{}) bool + func (this *Pong) GoString() string + func (this *Pong) String() string + type Start struct + func (*Start) Descriptor() ([]byte, []int) + func (*Start) ProtoMessage() + func (m *Start) Marshal() (dAtA []byte, err error) + func (m *Start) MarshalTo(dAtA []byte) (int, error) + func (m *Start) Reset() + func (m *Start) Size() (n int) + func (m *Start) Unmarshal(dAtA []byte) error + func (this *Start) Equal(that interface{}) bool + func (this *Start) GoString() string + func (this *Start) String() string + type StartRemote struct + Sender *actor.PID + func (*StartRemote) Descriptor() ([]byte, []int) + func (*StartRemote) ProtoMessage() + func (m *StartRemote) GetSender() *actor.PID + func (m *StartRemote) Marshal() (dAtA []byte, err error) + func (m *StartRemote) MarshalTo(dAtA []byte) (int, error) + func (m *StartRemote) Reset() + func (m *StartRemote) Size() (n int) + func (m *StartRemote) Unmarshal(dAtA []byte) error + func (this *StartRemote) Equal(that interface{}) bool + func (this *StartRemote) GoString() string + func (this *StartRemote) String() string