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 ¶
func GetProvider ¶
func GetProvider(provider string) (StorageProvider, error)
Click to show internal directories.
Click to hide internal directories.