Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageClient ¶
type StorageClient struct {
// contains filtered or unexported fields
}
func New ¶
func New(name, serviceAccountFilePath, projectID, bucketName string, remotePathFn func() string) *StorageClient
func (*StorageClient) Name ¶
func (s *StorageClient) Name() string
func (*StorageClient) Upload ¶
func (s *StorageClient) Upload(dirToUpload string, logger lager.Logger, _ process.ProcessManager) error
Click to show internal directories.
Click to hide internal directories.