base

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Credential added in v1.1.0

func Credential[T any](client *Client[T]) any

func InnerClient

func InnerClient[T any](client *Client[T]) *T

func SharedKey

func SharedKey[T any](client *Client[T]) *exported.SharedKeyCredential

func SharedKeyComposite

func SharedKeyComposite[T, U any](client *CompositeClient[T, U]) *exported.SharedKeyCredential

Types

type Client

type Client[T any] struct {
	// contains filtered or unexported fields
}

func InnerClients

func InnerClients[T, U any](client *CompositeClient[T, U]) (*Client[T], *U)

func NewBlobClient

func NewBlobClient(blobURL string, pipeline runtime.Pipeline, credential any) *Client[generated.BlobClient]

func NewClient

func NewClient[T any](inner *T) *Client[T]

func NewContainerClient

func NewContainerClient(containerURL string, pipeline runtime.Pipeline, credential any) *Client[generated.ContainerClient]

func NewServiceClient

func NewServiceClient(containerURL string, pipeline runtime.Pipeline, credential any) *Client[generated.ServiceClient]

type ClientOptions added in v1.1.0

type ClientOptions struct {
	azcore.ClientOptions
}

ClientOptions contains the optional parameters when creating a Client.

type CompositeClient

type CompositeClient[T, U any] struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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