Documentation
¶
Overview ¶
Package internal contains types, functions and definitions that are not meant to be exported to users, and are only needed for internal reasons (e.g. tests)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntPayload ¶
type IntPayload int64
IntPayload represents a generic integer message payload that can be used in test functions.
func (IntPayload) Name ¶
func (IntPayload) Name() string
Name is the payload name of the IntPayload type.
type StringPayload ¶
type StringPayload string
StringPayload represents a generic string message payload that can be used in test functions.
func (StringPayload) Name ¶
func (StringPayload) Name() string
Name is the payload name of the StringPayload type.
Click to show internal directories.
Click to hide internal directories.