Documentation ¶
Overview ¶
Package messages is a generated protocol buffer package.
It is generated from these files:
protos.proto
It has these top-level messages:
Start StartRemote Ping Pong
Index ¶
- Variables
- type Ping
- func (*Ping) Descriptor() ([]byte, []int)
- func (this *Ping) Equal(that interface{}) bool
- func (this *Ping) GoString() string
- func (m *Ping) Marshal() (dAtA []byte, err error)
- func (m *Ping) MarshalTo(dAtA []byte) (int, error)
- func (*Ping) ProtoMessage()
- func (m *Ping) Reset()
- func (m *Ping) Size() (n int)
- func (this *Ping) String() string
- func (m *Ping) Unmarshal(dAtA []byte) error
- type Pong
- func (*Pong) Descriptor() ([]byte, []int)
- func (this *Pong) Equal(that interface{}) bool
- func (this *Pong) GoString() string
- func (m *Pong) Marshal() (dAtA []byte, err error)
- func (m *Pong) MarshalTo(dAtA []byte) (int, error)
- func (*Pong) ProtoMessage()
- func (m *Pong) Reset()
- func (m *Pong) Size() (n int)
- func (this *Pong) String() string
- func (m *Pong) Unmarshal(dAtA []byte) error
- type Start
- func (*Start) Descriptor() ([]byte, []int)
- func (this *Start) Equal(that interface{}) bool
- func (this *Start) GoString() string
- func (m *Start) Marshal() (dAtA []byte, err error)
- func (m *Start) MarshalTo(dAtA []byte) (int, error)
- func (*Start) ProtoMessage()
- func (m *Start) Reset()
- func (m *Start) Size() (n int)
- func (this *Start) String() string
- func (m *Start) Unmarshal(dAtA []byte) error
- type StartRemote
- func (*StartRemote) Descriptor() ([]byte, []int)
- func (this *StartRemote) Equal(that interface{}) bool
- func (m *StartRemote) GetSender() *actor.PID
- func (this *StartRemote) GoString() string
- func (m *StartRemote) Marshal() (dAtA []byte, err error)
- func (m *StartRemote) MarshalTo(dAtA []byte) (int, error)
- func (*StartRemote) ProtoMessage()
- func (m *StartRemote) Reset()
- func (m *StartRemote) Size() (n int)
- func (this *StartRemote) String() string
- func (m *StartRemote) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthProtos = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProtos = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Ping ¶
type Ping struct { }
func (*Ping) Descriptor ¶
func (*Ping) ProtoMessage ¶
func (*Ping) ProtoMessage()
type Pong ¶
type Pong struct { }
func (*Pong) Descriptor ¶
func (*Pong) ProtoMessage ¶
func (*Pong) ProtoMessage()
type Start ¶
type Start struct { }
func (*Start) Descriptor ¶
func (*Start) ProtoMessage ¶
func (*Start) ProtoMessage()
type StartRemote ¶
type StartRemote struct {
Sender *actor.PID `protobuf:"bytes,1,opt,name=Sender" json:"Sender,omitempty"`
}
func (*StartRemote) Descriptor ¶
func (*StartRemote) Descriptor() ([]byte, []int)
func (*StartRemote) Equal ¶
func (this *StartRemote) Equal(that interface{}) bool
func (*StartRemote) GetSender ¶
func (m *StartRemote) GetSender() *actor.PID
func (*StartRemote) GoString ¶
func (this *StartRemote) GoString() string
func (*StartRemote) Marshal ¶
func (m *StartRemote) Marshal() (dAtA []byte, err error)
func (*StartRemote) ProtoMessage ¶
func (*StartRemote) ProtoMessage()
func (*StartRemote) Reset ¶
func (m *StartRemote) Reset()
func (*StartRemote) Size ¶
func (m *StartRemote) Size() (n int)
func (*StartRemote) String ¶
func (this *StartRemote) String() string
func (*StartRemote) Unmarshal ¶
func (m *StartRemote) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.