Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultFileWriter ¶
type DefaultFileWriter struct {
Root string
Header string // prepended to files before write
}
writes to the filesystem
func (*DefaultFileWriter) WriteFiles ¶
func (w *DefaultFileWriter) WriteFiles(files []render.OutFile) error
type FileWriter ¶
type FileWriter interface {
WriteFiles(files []render.OutFile) error
}
Click to show internal directories.
Click to hide internal directories.