Versions in this module Expand all Collapse all v1 v1.0.1 Nov 8, 2024 v1.0.0 Nov 8, 2024 Changes in this version + func NewFunc(f func(ctx interface{})) func(ctx interface{}) bool + type NewWriterFunc func(w io.Writer) Writer + type Writer interface + Close func() error + Flush func() error + Reset func(w io.Writer) + Write func(p []byte) (int, error) + func NewWriter(dstW io.Writer, newWriter NewWriterFunc) Writer