Documentation ¶
Overview ¶
Package gcs helps with Google Cloud Scheduler
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketDeployment ¶
type BucketDeployment struct { Core *deploy.Core Settings struct { BucketName string `yaml:"bucketName"` } }
BucketDeployment struct
func NewBucketDeployment ¶
func NewBucketDeployment() *BucketDeployment
NewBucketDeployment create deployment structure
func (*BucketDeployment) Deploy ¶
func (bucketDeployment *BucketDeployment) Deploy() (err error)
Deploy bucket
Click to show internal directories.
Click to hide internal directories.