Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ZipCopyBufferSize is the size of the copy buffer for zip // write operations ZipCopyBufferSize = 5 * 1024 * 1024 )
Variables ¶
This section is empty.
Functions ¶
func ZipExportCollection ¶
func ZipExportCollection( ctx context.Context, expCollections []export.Collectioner, ) (export.Collectioner, error)
ZipExportCollection takes a list of export collections and zips them into a single collection.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.