Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileWriterProvider ¶
type FileWriterProvider struct {
Path string
}
type Walker ¶
type Walker struct {
BaseDir string
Ext string
InterfaceName string
WriterProvider WriterProvider
}
DefaultWalker ...
type WriterProvider ¶
type WriterProvider interface {
New() (io.WriteCloser, error)
}
WriterProvider ...
Click to show internal directories.
Click to hide internal directories.