Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Zip ¶
func Zip(data []interfaces.DataProducer) (*bytes.Buffer, error)
Types ¶
type AzureBlobExporter ¶
type AzureBlobExporter struct {
// contains filtered or unexported fields
}
AzureBlobExporter defines an Azure Blob Exporter
func NewAzureBlobExporter ¶
func NewAzureBlobExporter(runtimeInfo *utils.RuntimeInfo, knownFilePaths *utils.KnownFilePaths, containerName string) *AzureBlobExporter
func (*AzureBlobExporter) Export ¶
func (exporter *AzureBlobExporter) Export(producer interfaces.DataProducer) error
Export implements the interface method
func (*AzureBlobExporter) ExportReader ¶
func (exporter *AzureBlobExporter) ExportReader(name string, reader io.ReadSeeker) error
Click to show internal directories.
Click to hide internal directories.