Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type HTMLPrinter ¶
type HTMLPrinter struct { *TextPrinter // contains filtered or unexported fields }
func NewHTMLPrinter ¶
func NewHTMLPrinter(w io.Writer, fr FileReader) *HTMLPrinter
func (*HTMLPrinter) Finish ¶
func (*HTMLPrinter) Finish()
type PlumbingPrinter ¶
type PlumbingPrinter struct {
*TextPrinter
}
func NewPlumbingPrinter ¶
func NewPlumbingPrinter(w io.Writer, fr FileReader) *PlumbingPrinter
func (*PlumbingPrinter) Finish ¶
func (p *PlumbingPrinter) Finish()
type TextPrinter ¶
type TextPrinter struct {
// contains filtered or unexported fields
}
func NewTextPrinter ¶
func NewTextPrinter(w io.Writer, fr FileReader) *TextPrinter
func (*TextPrinter) Finish ¶
func (p *TextPrinter) Finish()
Click to show internal directories.
Click to hide internal directories.