Documentation
¶
Index ¶
- func NewJSONLWriter(ctx context.Context, uri string) (writer.Writer, error)
- type JSONLWriter
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONLWriter ¶
type JSONLWriter struct { writer.Writer // contains filtered or unexported fields }
func (*JSONLWriter) Write ¶
func (jsonl_wr *JSONLWriter) Write(ctx context.Context, key string, fh io.ReadSeeker) (int64, error)
Click to show internal directories.
Click to hide internal directories.