modulepackage
0.1.1
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev
# Packages
Package aad provides an implementation of an Azure Active Directory JWT provider which implements TokenProvider from package auth for use with Azure Event Hubs and Service Bus.
Package auth provides an abstraction over claims-based security for Azure Event Hub and Service Bus.
Copyright (c) Microsoft Corporation.
Package rpc provides functionality for request / reply messaging.
Package sas provides SAS token functionality which implements TokenProvider from package auth for use with Azure Event Hubs and Service Bus.
Copyright (c) Microsoft Corporation.
# Functions
PtrBool takes a boolean and returns a pointer to that bool.
PtrInt32 takes a int32 and returns a pointer to that int32.
PtrInt64 takes a int64 and returns a pointer to that int64.
PtrString takes a string and returns a pointer to that string.
Retry will attempt to retry an action a number of times if the action returns a retryable error.
# Constants
Version is the semantic version of the library.
# Type aliases
Retryable represents an error which should be able to be retried.