Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskWriter ¶
type DiskWriter struct {
// contains filtered or unexported fields
}
func NewDiskWriter ¶
func NewDiskWriter(outputDir string) *DiskWriter
type MemoryWriter ¶
type MemoryWriter struct {
// contains filtered or unexported fields
}
func NewMemoryWriter ¶
func NewMemoryWriter() *MemoryWriter
func (*MemoryWriter) Create ¶ added in v0.1.7
func (m *MemoryWriter) Create(file string) (io.WriteCloser, error)
func (*MemoryWriter) Reset ¶
func (m *MemoryWriter) Reset()
Click to show internal directories.
Click to hide internal directories.