azblob_service_iface

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzblobContainerUrlIface

type AzblobContainerUrlIface interface {
	NewBlockBlobURL(string) AzblobBlockBlobUrlIface
}

AzblobContainerUrlIface - Mockable client interface for azblob.ContainerUrl

type AzblobDownloadResponse

type AzblobDownloadResponse interface {
	Body(azblob.RetryReaderOptions) io.ReadCloser
}

AzblobDownloadResponse - Mockable client interface for azblob.DownloadResponse

type AzblobServiceUrlIface

type AzblobServiceUrlIface interface {
	NewContainerURL(string) AzblobContainerUrlIface
	GetUserDelegationCredential(ctx context.Context, info azblob.KeyInfo, timeout *int32, requestID *string) (azblob.StorageAccountCredential, error)
}

AzblobServiceUrlIface - Mockable client interface for azblob.ServiceUrl

Jump to

Keyboard shortcuts

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