Documentation ¶ Index ¶ type Edge type FlowChart func NewFlowChart() *FlowChart func (fc *FlowChart) AddEdge(nodeA string, nodeB string) func (fc *FlowChart) Generate(w io.Writer) func (fc *FlowChart) SetDirection(direction string) error func (fc *FlowChart) SetTitle(title string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Edge ¶ type Edge struct { // contains filtered or unexported fields } type FlowChart ¶ type FlowChart struct { // contains filtered or unexported fields } func NewFlowChart ¶ func NewFlowChart() *FlowChart func (*FlowChart) AddEdge ¶ func (fc *FlowChart) AddEdge(nodeA string, nodeB string) func (*FlowChart) Generate ¶ func (fc *FlowChart) Generate(w io.Writer) func (*FlowChart) SetDirection ¶ func (fc *FlowChart) SetDirection(direction string) error func (*FlowChart) SetTitle ¶ func (fc *FlowChart) SetTitle(title string) Source Files ¶ View all Source files graph.go Click to show internal directories. Click to hide internal directories.