Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact struct { JobID string Source string Destination string Size uint64 DateModified time.Time ContentType string Perm s3.ACL Instream io.Reader OutReadSeeker io.ReadSeeker OutReadCloser io.ReadCloser }
Artifact contains the bits!
func (*Artifact) FullDestination ¶
FullDestination returns the full destination path
func (*Artifact) ReadCloser ¶
func (a *Artifact) ReadCloser() (io.ReadCloser, error)
ReadCloser provides an io.ReadCloser for the raw bytes
func (*Artifact) ReadSeeker ¶
func (a *Artifact) ReadSeeker() (io.ReadSeeker, error)
ReadSeeker provides an io.ReadSeeker for the raw bytes
Click to show internal directories.
Click to hide internal directories.