Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactMeta ¶
type ArtifactMeta struct {
ID string
}
ArtifactMeta represents metadata of the uploaded file.
type ProjectUploader ¶
type ProjectUploader interface { Upload(name string) (ArtifactMeta, error) Find(name string) (ArtifactMeta, error) }
ProjectUploader is the interface for uploading bundled project files, later to be used in the Sauce Cloud.
Click to show internal directories.
Click to hide internal directories.