Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
func (*Buffer) Flush ¶
Flush writes the buffer to the persistent storage. Flush method is groutine safe and can be called concurrently.
type Log ¶
type Log struct{}
Log is a writer that writes to the log.
This is for testing purposes and may be removed and should not be used in a production environment.
func NewLogWriter ¶
func NewLogWriter() *Log
Click to show internal directories.
Click to hide internal directories.