Documentation
¶
Overview ¶
Package "issue233" provides primitives to interact with the AsyncAPI specification.
Code generated by github.com/lerenn/asyncapi-codegen version (devel) DO NOT EDIT.
Index ¶
Constants ¶
View Source
const AsyncAPIVersion = "1.0.0"
AsyncAPIVersion is the version of the used AsyncAPI document
View Source
const (
// TestPath is the constant representing the 'Test' channel path.
TestPath = "test"
)
Variables ¶
View Source
var ChannelsPaths = []string{ TestPath, }
ChannelsPaths is an array of all channels paths
Functions ¶
This section is empty.
Types ¶
type MessageWithCorrelationID ¶
MessageWithCorrelationID is implemented by messages that carry a correlation ID.
type TestMessageMessage ¶
type TestMessageMessage struct {
// Payload will be inserted in the message payload
Payload time.Time
}
TestMessageMessage is the message expected for 'TestMessageMessage' channel.
func NewTestMessageMessage ¶
func NewTestMessageMessage() TestMessageMessage
NewTestMessageMessage creates a new TestMessageMessage with default values if any.
Click to show internal directories.
Click to hide internal directories.