Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MermaidAST ¶
type MermaidAST struct {
// contains filtered or unexported fields
}
func NewMermaidAST ¶
func NewMermaidAST() *MermaidAST
func (*MermaidAST) Render ¶
func (m *MermaidAST) Render(opts ...RenderOpts) string
func (*MermaidAST) Visit ¶
func (m *MermaidAST) Visit(t *ast.TypeDef)
type RenderOpts ¶
type RenderOpts struct {
ShouldIncludeEdge func(edge MermaidEdge) bool
}
Click to show internal directories.
Click to hide internal directories.