Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact interface {
// Fetch fetches the artifact from the storage.
Download(ctx context.Context, w io.Writer) error
}
Fetcher is the interface that wraps the Fetch method.
type GS ¶ added in v0.18.0
type GS struct {
Bucket string `schema:"-"`
Object string `schema:"-"`
// contains filtered or unexported fields
}
type GSClient ¶ added in v0.18.0
type GSClient interface {
Bucket(name string) *storage.BucketHandle
}
Click to show internal directories.
Click to hide internal directories.