Versions in this module Expand all Collapse all v0 v0.4.0 Sep 12, 2024 v0.3.0 Sep 27, 2022 Changes in this version + type Writer struct + func NewWriter(ctx context.Context, params WriterParams) (*Writer, error) + func (w *Writer) Close(ctx context.Context) error + func (w *Writer) Write(ctx context.Context, record sdk.Record) error + type WriterParams struct + Conn *nats.Conn + Subject string