fabric

package
v0.1.0-beta.11 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Internal *azcore.Client
	Endpoint string
}

Client is a Client factory used to create any client in this module. Don't use this type directly, use NewClient instead.

func NewClient

func NewClient(credential azcore.TokenCredential, endpoint *string, options *azcore.ClientOptions) (*Client, error)

NewClient creates a new instance of Client with the specified values. The parameter values will be propagated to any client created from this factory.

  • credential - used to authorize requests. Usually a credential from azidentity.
  • endpoint - pass nil to accept the default values.
  • options - pass nil to accept the default values.

Jump to

Keyboard shortcuts

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