provider

package
v0.0.0-...-4a67c56 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 License: NCSA Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeStorage

type FakeStorage struct{}

func (*FakeStorage) GetSignedUri

func (storage *FakeStorage) GetSignedUri(blobKey string, method string) (string, error)

type GoogleStorage

type GoogleStorage struct{}

func (*GoogleStorage) GetSignedUri

func (storage *GoogleStorage) GetSignedUri(blobKey string, method string) (string, error)

type StorageProvider

type StorageProvider interface {
	GetSignedUri(blobKey string, method string) (string, error)
}

func GetProvider

func GetProvider(provider string) (StorageProvider, error)

Jump to

Keyboard shortcuts

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