tests

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command1

type Command1 struct {
	Data string
}

func (Command1) SchemaName

func (Command1) SchemaName() string

type Command2

type Command2 struct {
	Data string
}

func (Command2) SchemaName

func (Command2) SchemaName() string

type Event1

type Event1 struct {
	Data string
}

func (Event1) SchemaName

func (Event1) SchemaName() string

type Event2

type Event2 struct {
	Data string
}

func (Event2) SchemaName

func (Event2) SchemaName() string

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

type Reply1

type Reply1 struct {
	Data string
}

func (Reply1) SchemaName

func (Reply1) SchemaName() string

type Reply2

type Reply2 struct {
	Data string
}

func (Reply2) SchemaName

func (Reply2) SchemaName() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL