Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileWriter ¶
type FileWriter struct {
// contains filtered or unexported fields
}
func NewFileWriter ¶
func NewFileWriter(name string, mode os.FileMode) (*FileWriter, error)
func (*FileWriter) Close ¶
func (writer *FileWriter) Close() error
func (*FileWriter) Reopen ¶
func (writer *FileWriter) Reopen() error
type WriteCloser ¶
type WriteCloser interface { Reopener io.WriteCloser }
Click to show internal directories.
Click to hide internal directories.