Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileWriter ¶
func (*FileWriter) Write ¶
func (f *FileWriter) Write() error
type MemoryWriter ¶
type MemoryWriter struct { FullPath string Content string OnWrite func(mw *MemoryWriter) error }
func (*MemoryWriter) Write ¶
func (m *MemoryWriter) Write() error
type MemoryWriters ¶
type MemoryWriters struct {
Writers []*MemoryWriter
}
func NewMemoryWriters ¶
func NewMemoryWriters() *MemoryWriters
Click to show internal directories.
Click to hide internal directories.