Versions in this module Expand all Collapse all v1 v1.0.2 Dec 6, 2021 Changes in this version + type Option func(*Options) + func WithCap(n uint) Option + func WithPath(s string) Option + func WithSuffix(s string) Option + type Options struct v1.0.0 Nov 28, 2021 Changes in this version + var FileNameTimeFormat = "2006-01-02" + type FileWriter struct + FilenameFunc func(*FileWriter) string + func NewFileWriter(path, suffix string) (*FileWriter, error) + func (p *FileWriter) Write(data []byte) (n int, err error)