googlestorage

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2022 License: MIT Imports: 7 Imported by: 1

README

googlestorage

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GCStorage

type GCStorage interface {
	Upload(path, object string) error
	Download(object, path string) (string, error)
	Exists(object string) (bool, error)
	Close() error
}

GCStorage ...

func NewGCStorage

func NewGCStorage(bucket string, timeout time.Duration, log *logger.Logger) (GCStorage, error)

NewGCStorage ...

Jump to

Keyboard shortcuts

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