Versions in this module Expand all Collapse all v1 v1.0.0 May 2, 2018 Changes in this version + type Metadata struct + Tags []string + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (m *Metadata) Reset() + func (m *Metadata) String() string + type Ping struct + Id *PingId + Value string + func (*Ping) Descriptor() ([]byte, []int) + func (*Ping) ProtoMessage() + func (m *Ping) GetId() *PingId + func (m *Ping) Reset() + func (m *Ping) String() string + type PingId struct + Id int32 + func (*PingId) Descriptor() ([]byte, []int) + func (*PingId) ProtoMessage() + func (m *PingId) Reset() + func (m *PingId) String() string + type PingRequest struct + Meta *Metadata + Ping *Ping + func (*PingRequest) Descriptor() ([]byte, []int) + func (*PingRequest) ProtoMessage() + func (m *PingRequest) GetMeta() *Metadata + func (m *PingRequest) GetPing() *Ping + func (m *PingRequest) Reset() + func (m *PingRequest) String() string + type Pong struct + Id string + func (*Pong) Descriptor() ([]byte, []int) + func (*Pong) ProtoMessage() + func (m *Pong) Reset() + func (m *Pong) String() string + type PongRequest struct + Meta *Metadata + Pong *Pong + func (*PongRequest) Descriptor() ([]byte, []int) + func (*PongRequest) ProtoMessage() + func (m *PongRequest) GetMeta() *Metadata + func (m *PongRequest) GetPong() *Pong + func (m *PongRequest) Reset() + func (m *PongRequest) String() string