internal

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ModuleName is the module name that shows in telemetry.
	ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/messaging/azwebpubsub"

	// ModuleVersion is the semantic version (see http://semver.org) of this module.
	ModuleVersion = "v0.1.0"
)

Constants to identify the module

View Source
const (
	TokenScope = "https://webpubsub.azure.com/.default"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyCredentialPolicy

type KeyCredentialPolicy struct {
	// contains filtered or unexported fields
}

func NewWebPubSubKeyCredentialPolicy

func NewWebPubSubKeyCredentialPolicy(key string) *KeyCredentialPolicy

func (*KeyCredentialPolicy) Do

Do implementes the Do method on the policy.Polilcy interface.

type ParsedConnectionString

type ParsedConnectionString struct {
	Endpoint  string
	AccessKey string
}

func ParseConnectionString

func ParseConnectionString(connectionString string) (ParsedConnectionString, error)

Jump to

Keyboard shortcuts

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