Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Provider ¶
type Provider interface {
FromCredentials(ctx context.Context, secretName string) (UploaderDownloader, error)
}
Provider is an interface that allows to create a backend from a secret
type UploaderDownloader ¶
type UploaderDownloader interface { Uploader Downloader Describer }
Click to show internal directories.
Click to hide internal directories.