Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeBlobInfo ¶
func ComputeBlobInfo(sys *types.SystemContext, stream io.Reader, inputInfo *types.BlobInfo) (io.Reader, func(), error)
ComputeBlobInfo streams a blob to a temporary file and populates Digest and Size in inputInfo. The temporary file is returned as an io.Reader along with a cleanup function. It is the caller's responsibility to call the cleanup function, which closes and removes the temporary file. If an error occurs, inputInfo is not modified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.