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"` }
Click to show internal directories.
Click to hide internal directories.