Versions in this module Expand all Collapse all v0 v0.0.2 Aug 10, 2022 v0.0.1 Aug 10, 2022 Changes in this version + type FileWriter struct + FilenameFunc func(*FileWriter) string + func NewFileWriter(opts ...Option) (*FileWriter, error) + func (p *FileWriter) Write(data []byte) (n int, err error) + type Option func(*Options) + func WithCap(n uint) Option + func WithPath(s string) Option + func WithSuffix(s string) Option + type Options struct