Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageGCS ¶
type StorageGCS struct {
// contains filtered or unexported fields
}
func NewStorageGCS ¶
func NewStorageGCS(options *viper.Viper) (rs *StorageGCS, err error)
func (*StorageGCS) GetFromStorage ¶
func (r *StorageGCS) GetFromStorage(object, outputFilePath string) (err error)
func (*StorageGCS) PushToStorage ¶
func (r *StorageGCS) PushToStorage(object, inputFilePath string) (err error)
Click to show internal directories.
Click to hide internal directories.