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(ctx *core.Context) *DiskWriter
type MemoryWriter ¶
type MemoryWriter struct {
// contains filtered or unexported fields
}
func NewMemoryWriter ¶
func NewMemoryWriter(ctx *core.Context) *MemoryWriter
func (*MemoryWriter) Reset ¶
func (m *MemoryWriter) Reset()
type NullWriter ¶
type NullWriter struct {
// contains filtered or unexported fields
}
func NewNullWriter ¶
func NewNullWriter(ctx *core.Context) *NullWriter
Click to show internal directories.
Click to hide internal directories.