Documentation ¶
Index ¶
- type Command1
- type Command2
- type Event1
- type Event2
- type PoisonMessage
- type ProtoCommand
- func (*ProtoCommand) Descriptor() ([]byte, []int)
- func (m *ProtoCommand) GetSomeData() string
- func (m *ProtoCommand) GetSomeNumber() int64
- func (*ProtoCommand) ProtoMessage()
- func (m *ProtoCommand) Reset()
- func (*ProtoCommand) SchemaName() string
- func (m *ProtoCommand) String() string
- func (m *ProtoCommand) XXX_DiscardUnknown()
- func (m *ProtoCommand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProtoCommand) XXX_Merge(src proto.Message)
- func (m *ProtoCommand) XXX_Size() int
- func (m *ProtoCommand) XXX_Unmarshal(b []byte) error
- type Reply1
- type Reply2
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoisonMessage ¶ added in v1.1.0
type PoisonMessage struct { }
func (PoisonMessage) SchemaName ¶ added in v1.1.0
func (PoisonMessage) SchemaName() string
type ProtoCommand ¶ added in v1.0.2
type ProtoCommand struct { SomeNumber int64 `protobuf:"varint,1,opt,name=some_number,json=someNumber,proto3" json:"some_number,omitempty"` SomeData string `protobuf:"bytes,2,opt,name=some_data,json=someData,proto3" json:"some_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ProtoCommand) Descriptor ¶ added in v1.0.2
func (*ProtoCommand) Descriptor() ([]byte, []int)
func (*ProtoCommand) GetSomeData ¶ added in v1.0.2
func (m *ProtoCommand) GetSomeData() string
func (*ProtoCommand) GetSomeNumber ¶ added in v1.0.2
func (m *ProtoCommand) GetSomeNumber() int64
func (*ProtoCommand) ProtoMessage ¶ added in v1.0.2
func (*ProtoCommand) ProtoMessage()
func (*ProtoCommand) Reset ¶ added in v1.0.2
func (m *ProtoCommand) Reset()
func (*ProtoCommand) SchemaName ¶ added in v1.0.2
func (*ProtoCommand) SchemaName() string
func (*ProtoCommand) String ¶ added in v1.0.2
func (m *ProtoCommand) String() string
func (*ProtoCommand) XXX_DiscardUnknown ¶ added in v1.0.2
func (m *ProtoCommand) XXX_DiscardUnknown()
func (*ProtoCommand) XXX_Marshal ¶ added in v1.0.2
func (m *ProtoCommand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProtoCommand) XXX_Merge ¶ added in v1.0.2
func (m *ProtoCommand) XXX_Merge(src proto.Message)
func (*ProtoCommand) XXX_Size ¶ added in v1.0.2
func (m *ProtoCommand) XXX_Size() int
func (*ProtoCommand) XXX_Unmarshal ¶ added in v1.0.2
func (m *ProtoCommand) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.