Documentation ¶
Index ¶
- type InboundMessage
- func (*InboundMessage) Descriptor() ([]byte, []int)
- func (m *InboundMessage) GetPayload() []byte
- func (m *InboundMessage) GetSrc() string
- func (*InboundMessage) ProtoMessage()
- func (m *InboundMessage) Reset()
- func (m *InboundMessage) String() string
- func (m *InboundMessage) XXX_DiscardUnknown()
- func (m *InboundMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InboundMessage) XXX_Merge(src proto.Message)
- func (m *InboundMessage) XXX_Size() int
- func (m *InboundMessage) XXX_Unmarshal(b []byte) error
- type OutboundMessage
- func (*OutboundMessage) Descriptor() ([]byte, []int)
- func (m *OutboundMessage) GetDest() string
- func (m *OutboundMessage) GetPayload() []byte
- func (*OutboundMessage) ProtoMessage()
- func (m *OutboundMessage) Reset()
- func (m *OutboundMessage) String() string
- func (m *OutboundMessage) XXX_DiscardUnknown()
- func (m *OutboundMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OutboundMessage) XXX_Merge(src proto.Message)
- func (m *OutboundMessage) XXX_Size() int
- func (m *OutboundMessage) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InboundMessage ¶
type InboundMessage struct { Src string `protobuf:"bytes,1,opt,name=src" json:"src,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InboundMessage) Descriptor ¶
func (*InboundMessage) Descriptor() ([]byte, []int)
func (*InboundMessage) GetPayload ¶
func (m *InboundMessage) GetPayload() []byte
func (*InboundMessage) GetSrc ¶
func (m *InboundMessage) GetSrc() string
func (*InboundMessage) ProtoMessage ¶
func (*InboundMessage) ProtoMessage()
func (*InboundMessage) Reset ¶
func (m *InboundMessage) Reset()
func (*InboundMessage) String ¶
func (m *InboundMessage) String() string
func (*InboundMessage) XXX_DiscardUnknown ¶
func (m *InboundMessage) XXX_DiscardUnknown()
func (*InboundMessage) XXX_Marshal ¶
func (m *InboundMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InboundMessage) XXX_Merge ¶
func (dst *InboundMessage) XXX_Merge(src proto.Message)
func (*InboundMessage) XXX_Size ¶
func (m *InboundMessage) XXX_Size() int
func (*InboundMessage) XXX_Unmarshal ¶
func (m *InboundMessage) XXX_Unmarshal(b []byte) error
type OutboundMessage ¶
type OutboundMessage struct { Dest string `protobuf:"bytes,1,opt,name=dest" json:"dest,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OutboundMessage) Descriptor ¶
func (*OutboundMessage) Descriptor() ([]byte, []int)
func (*OutboundMessage) GetDest ¶
func (m *OutboundMessage) GetDest() string
func (*OutboundMessage) GetPayload ¶
func (m *OutboundMessage) GetPayload() []byte
func (*OutboundMessage) ProtoMessage ¶
func (*OutboundMessage) ProtoMessage()
func (*OutboundMessage) Reset ¶
func (m *OutboundMessage) Reset()
func (*OutboundMessage) String ¶
func (m *OutboundMessage) String() string
func (*OutboundMessage) XXX_DiscardUnknown ¶
func (m *OutboundMessage) XXX_DiscardUnknown()
func (*OutboundMessage) XXX_Marshal ¶
func (m *OutboundMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OutboundMessage) XXX_Merge ¶
func (dst *OutboundMessage) XXX_Merge(src proto.Message)
func (*OutboundMessage) XXX_Size ¶
func (m *OutboundMessage) XXX_Size() int
func (*OutboundMessage) XXX_Unmarshal ¶
func (m *OutboundMessage) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.