Documentation ¶ Index ¶ type Md func New(cfg *config.Config) *Md func (m *Md) OutputIndex(wr io.Writer) error func (m *Md) OutputLabel(wr io.Writer, l *config.Label) error func (m *Md) OutputLayer(wr io.Writer, l *config.Layer) error func (m *Md) OutputNode(wr io.Writer, n *config.Node) error func (m *Md) OutputView(wr io.Writer, v *config.View) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Md ¶ type Md struct { // contains filtered or unexported fields } func New ¶ func New(cfg *config.Config) *Md func (*Md) OutputIndex ¶ func (m *Md) OutputIndex(wr io.Writer) error func (*Md) OutputLabel ¶ added in v0.8.0 func (m *Md) OutputLabel(wr io.Writer, l *config.Label) error func (*Md) OutputLayer ¶ func (m *Md) OutputLayer(wr io.Writer, l *config.Layer) error func (*Md) OutputNode ¶ func (m *Md) OutputNode(wr io.Writer, n *config.Node) error func (*Md) OutputView ¶ added in v0.10.0 func (m *Md) OutputView(wr io.Writer, v *config.View) error Source Files ¶ View all Source files md.go Click to show internal directories. Click to hide internal directories.