Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func C4ContainerPuml ¶
C4ContainerPuml generate the C4 plantUml code from ArcType data to draw Container diagram for target Systems
Types ¶
type C4Context ¶
type C4Context struct { Title string Arc model.ArcType Relations []C4Relation }
C4Context type hold all data structure to render Context diagrams
type C4Neighbor ¶
C4Neighbor is the generic presentation for any partnering elements
type C4Relation ¶
C4Relation is the data struct to draw relation in C4
type C4SystemContainer ¶
type C4SystemContainer struct { SystemName string Users []model.User Containers []model.Container Relations []C4Relation Neighbors []C4Neighbor }
C4SystemContainer type hold data structure to render Container diagrams
Click to show internal directories.
Click to hide internal directories.