Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Up = direction{1, 0} Down = direction{1, 2} Left = direction{0, 1} Right = direction{2, 1} UpperRight = direction{2, 0} UpperLeft = direction{0, 0} LowerRight = direction{2, 2} LowerLeft = direction{0, 2} Middle = direction{1, 1} )
View Source
var Coords bool
View Source
var Verbose bool
Global flags
Functions ¶
Types ¶
type GraphDiagram ¶
type GraphDiagram struct {
// contains filtered or unexported fields
}
func (*GraphDiagram) Parse ¶
func (gd *GraphDiagram) Parse(input string) error
func (*GraphDiagram) Render ¶
func (gd *GraphDiagram) Render(config *diagram.Config) (string, error)
func (*GraphDiagram) Type ¶
func (gd *GraphDiagram) Type() string
type SequenceDiagram ¶
type SequenceDiagram struct {
// contains filtered or unexported fields
}
func (*SequenceDiagram) Parse ¶
func (sd *SequenceDiagram) Parse(input string) error
func (*SequenceDiagram) Render ¶
func (sd *SequenceDiagram) Render(config *diagram.Config) (string, error)
func (*SequenceDiagram) Type ¶
func (sd *SequenceDiagram) Type() string
Click to show internal directories.
Click to hide internal directories.