issue233

package
v0.63.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

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 Error

type Error struct {
	Channel string
	Err     error
}

Error is the error structure returned by the controller operations.

func (*Error) Error

func (e *Error) Error() string

Error returns a string representation of the error.

type MessageWithCorrelationID

type MessageWithCorrelationID interface {
	CorrelationID() string
	SetCorrelationID(id string)
}

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.

Jump to

Keyboard shortcuts

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