Documentation ¶
Index ¶
Constants ¶
View Source
const (
APPEND_BUF_SIZE = 32 * 1024
)
Variables ¶
This section is empty.
Functions ¶
func NewBufferedAppendWriter ¶
Types ¶
type AppendWriter ¶
type AppendWriter struct {
// contains filtered or unexported fields
}
func NewAppendWriter ¶
func NewAppendWriter(path string) *AppendWriter
type FileWrapper ¶
type FileWrapper struct {
// contains filtered or unexported fields
}
func NewFileWrapper ¶
func NewFileWrapper(r io.ReadCloser) *FileWrapper
func (*FileWrapper) Close ¶
func (fw *FileWrapper) Close() error
type StringSet ¶
type StringSet struct {
// contains filtered or unexported fields
}
func NewStringSet ¶
func NewStringSet() *StringSet
func StringSetFromSlice ¶
Click to show internal directories.
Click to hide internal directories.