storage

package
v2.13.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 3 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GCSConfig

type GCSConfig struct {
	FileName string `json:"file_name"`
	Bucket   string `json:"bucket"`
	JSONKey  string `json:"json_key"`
}

type StorageClient

type StorageClient interface {
	Download(filePath string) error
	Upload(filePath string) error
}

func NewStorageClient

func NewStorageClient(source concourse.Source) (StorageClient, error)

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL