Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleUploader ¶
type BundleUploader interface {
UploadBundles()
}
func NewUploader ¶
func NewUploader(gb *g.GitBundler, c *cfg.Config) BundleUploader
type S3BundleUploader ¶
type S3BundleUploader struct { S3Uploader *s3manager.Uploader GitBundler *g.GitBundler S3Bucket string }
func (*S3BundleUploader) UploadBundles ¶
func (bu *S3BundleUploader) UploadBundles()
Click to show internal directories.
Click to hide internal directories.