Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageFile ¶
type PackageFile struct { DigestType string DigestValue string Body io.Reader Ext string MimeType string }
func NewPackageFile ¶
func NewPackageFile(file *os.File) (*PackageFile, error)
type StoredPackageFile ¶
type StoredPackageFile struct {
Body io.ReadCloser
}
Click to show internal directories.
Click to hide internal directories.