//
pkg.gl
Category
github.com/mbaksheev/clickhouse-table-graph
mermaid
package
0.1.1
Repository:
https://github.com/mbaksheev/clickhouse-table-graph.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
183 SLOC
#
Functions
Flowchart
Flowchart generates a Mermaid flowchart diagram from the specified [graph.Links].
Html
Html generates a full HTML document with the Mermaid flowchart diagram.
#
Constants
BT
BT is a bottom to top orientation.
LR
LR is a left to right orientation.
RL
RL is a right to left orientation.
TB
TB is a top to bottom orientation.
#
Structs
FlowchartOptions
FlowchartOptions represents the options for the flowchart diagram.
HtmlOptions
HtmlOptions represents options for the Html function.
#
Type aliases
Orientation
Orientation represents the orientation of the flowchart graph.