Versions in this module Expand all Collapse all v3 v3.0.1 Oct 27, 2022 Changes in this version + func NewJSONLWriter(ctx context.Context, uri string) (writer.Writer, error) + type JSONLWriter struct + func (jsonl_wr *JSONLWriter) Close(ctx context.Context) error + func (jsonl_wr *JSONLWriter) Flush(ctx context.Context) error + func (jsonl_wr *JSONLWriter) SetLogger(ctx context.Context, logger *log.Logger) error + func (jsonl_wr *JSONLWriter) Write(ctx context.Context, key string, fh io.ReadSeeker) (int64, error) + func (jsonl_wr *JSONLWriter) WriterURI(ctx context.Context, str_uri string) string Other modules containing this package github.com/whosonfirst/go-writer-jsonl github.com/whosonfirst/go-writer-jsonl/v2