Versions in this module Expand all Collapse all v1 v1.1.16 Jan 30, 2024 Changes in this version + type StandardWriter struct + func (w *StandardWriter) Close() error + func (w *StandardWriter) Write(event *clients.Response) error + type Writer interface + Close func() error + Write func(*clients.Response) error + func New(options *clients.Options) (Writer, error)