backends

package
v7.4.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	GetState(Config, string) error
}

type Config

type Config struct {
	AWSAccessKeyID       string
	AWSSecretAccessKey   string
	GCPServiceAccountKey string
	Bucket               string
	Region               string
	Dest                 string
}

type Provider

type Provider interface {
	Client(string) (Backend, error)
}

func NewProvider

func NewProvider() Provider

Jump to

Keyboard shortcuts

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