Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
func NewJSONWriter ¶
func NewNodeDotWriter ¶
func NewNodeDotWriter(w io.Writer, opt ...WriterOption) Writer
func NewPackageDotWriter ¶
func NewPackageDotWriter(w io.Writer, opt ...WriterOption) Writer
type WriterConfig ¶
type WriterConfig struct {
// contains filtered or unexported fields
}
type WriterOption ¶
type WriterOption func(*WriterConfig)
func WithWriterMaxFontsize ¶
func WithWriterMaxFontsize(v int) WriterOption
func WithWriterMaxPenwidth ¶
func WithWriterMaxPenwidth(v int) WriterOption
func WithWriterMaxWeight ¶
func WithWriterMaxWeight(v int) WriterOption
func WithWriterMinFontsize ¶
func WithWriterMinFontsize(v int) WriterOption
func WithWriterMinPenwidth ¶
func WithWriterMinPenwidth(v int) WriterOption
func WithWriterMinWeight ¶
func WithWriterMinWeight(v int) WriterOption
Click to show internal directories.
Click to hide internal directories.