Versions in this module Expand all Collapse all v0 v0.2.0 Aug 6, 2018 v0.1.0 Apr 18, 2018 Changes in this version + type Buffer struct + func NewBuffer(opt *Options) (b *Buffer, err error) + func (bfr *Buffer) Abort() (err error) + func (bfr *Buffer) Cleanup() (err error) + func (bfr *Buffer) Close() (err error) + func (bfr *Buffer) Read(p []byte) (n int, err error) + func (bfr *Buffer) Stats() stat.Stats + func (bfr *Buffer) Write(p []byte) (n int, err error) + func (bfr *Buffer) WriteLine(ln []byte) (err error) + type Options struct + Compress bool + FileBufDir string + FileBufPrefix string + UseFileBuf bool + func NewOptions() *Options