Expand description
This module contains all the necessary components for describing the structure of a flow.
It also contains a D2Describer for formatting Description into D2 graph syntax.
For details, see the documentation of Description.
Structs§
- D2Describer
d2describer - A configurable formatter for converting
Descriptionstructures into D2 graph syntax. - Description
Base - The base structure describing a node’s type signature and metadata.
- Edge
- Represents a directional connection between nodes in a flow.
- External
Resource - Represents an external resource dependency.
- Type
- Represents a type.
Enums§
- Description
- Represents a description of either a single
Nodeor an entire flow of connected nodes. - Edge
Ending - Represents one end of an
Edge.