object_storage

package
v0.0.0-...-b13ab0d Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGcpStorage

func NewGcpStorage() *gcpStorage

func NewLocalStorage

func NewLocalStorage() localStorage

func NewNexusStorage

func NewNexusStorage() nexusStorage

Types

type PlatformConfig

type PlatformConfig struct {
	Storage StorageInterface
}
var Client PlatformConfig

type StorageInterface

type StorageInterface interface {
	Upload(filename string, content io.ReadCloser) error
	Delete(filename string) error
	GetUrl(filename string) string
	Download(filename string) ([]byte, error)
}

Jump to

Keyboard shortcuts

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