docs

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(
	ctx context.Context,
	schema messageflow.Schema,
	target messageflow.Target,
	title, outputDir string,
) error

Types

type ChannelInfo

type ChannelInfo struct {
	Messages []ChannelMessage
}

ChannelInfo represents information about a channel including its messages and payloads

type ChannelMessage

type ChannelMessage struct {
	Name      string
	Payload   string
	Direction string // "send" or "receive"
	Service   string
}

ChannelMessage represents a message in a channel with its payload and direction

type Metadata

type Metadata struct {
	Schema     messageflow.Schema      `json:"schema"`
	Changelogs []messageflow.Changelog `json:"changelogs"`
}

Jump to

Keyboard shortcuts

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