Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToGraphViz ¶
ToGraphViz turns EMD into a GraphViz digraph which can be used to generate images of the event storming described by the EMD input
Types ¶
type Command ¶
Command in Event Markdown language Example: "Place Order-> // orderId, placedDate, deliveryDate"
type Comment ¶
type Comment struct {
Text string
}
A Comment in Event Markdown Example: "Order Placed"
type Emd ¶
type Emd struct { Lines []Item Errors []EmdValidationError `yaml:"Errors"` // The presence of errors means that no conversion to }
Emd is a specification written in Event Markdown.
type EmdValidationError ¶
A EmdValidationError means that the event markdown structure cannot be used to generate event markup.
Click to show internal directories.
Click to hide internal directories.