Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dump ¶
type Dump struct { Filename string FlushFunc func() Deserialize func([]byte) OnFlushComplete func() FlushDelay time.Duration IsFlushing bool Logger *zap.SugaredLogger }
func (*Dump) ForceFlush ¶
func (d *Dump) ForceFlush()
func (*Dump) StartFlushThread ¶
func (d *Dump) StartFlushThread()
Click to show internal directories.
Click to hide internal directories.