Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2020 Changes in this version + func Filename(database, format string) string + type File struct + Dir string + func (s File) Writer(ctx context.Context, filename string) (io.WriteCloser, error) + type GCS struct + Bucket string + Dir string + func (g GCS) Writer(ctx context.Context, filename string) (io.WriteCloser, error) + type S3 struct + Bucket string + Dir string + func (s S3) Writer(ctx context.Context, filename string) (io.WriteCloser, error) + type Storer interface + Writer func(ctx context.Context, filename string) (io.WriteCloser, error)