Documentation ¶ Index ¶ Constants func Build(resc *resources.ResourceCollection, resourceImageMap map[string]string, ...) string func BuildWithStyle(resc *resources.ResourceCollection, resourceImageMap map[string]string, ...) string type Config type Style Constants ¶ View Source const OrientationLeftRight = "LR" Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build( resc *resources.ResourceCollection, resourceImageMap map[string]string, config Config, ) string func BuildWithStyle ¶ func BuildWithStyle( resc *resources.ResourceCollection, resourceImageMap map[string]string, config Config, style Style, ) string Types ¶ type Config ¶ type Config struct { Orientation string } type Style ¶ type Style struct { Nodes map[resources.Resource]string Arrows map[string][]map[string]string } Source Files ¶ View all Source files graphviz.gostyle.go Click to show internal directories. Click to hide internal directories.