Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCSWriter ¶
type GCSWriter struct {
// contains filtered or unexported fields
}
GCSWriter provides Write operations to a GCS bucket.
func NewGCSWriter ¶
NewGCSWriter creates a new GCSWriter from the given uploader.Uploader.
type LocalWriter ¶
type LocalWriter struct {
// contains filtered or unexported fields
}
LocalWriter provides Write operations to a local directory.
func NewLocalWriter ¶
func NewLocalWriter(dir string) *LocalWriter
NewLocalWriter creates a new LocalWriter for the given output directory.
Click to show internal directories.
Click to hide internal directories.