package
0.6.0
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# Functions

NewContextWithTimeoutForTests creates a context with a lower timeout than requested just to keep unit test times reasonable.
NewMockAMQPClient creates a new mock instance.
NewMockAMQPReceiver creates a new mock instance.
NewMockAMQPReceiverCloser creates a new mock instance.
NewMockAMQPSender creates a new mock instance.
NewMockAMQPSenderCloser creates a new mock instance.
NewMockAMQPSession creates a new mock instance.
NewMockNamespaceForAMQPLinks creates a new mock instance.
NewMockNamespaceWithNewAMQPLinks creates a new mock instance.
NewMockRPCLink creates a new mock instance.
NewMockTokenCredential creates a new mock instance.
NewMockTokenProvider creates a new mock instance.
No description provided by the author

# Variables

Cancelled matches context.Context instances that are cancelled.
CancelledAndHasTimeout matches context.Context instances that are cancelled AND were also created from NewContextForTest.
NotCancelled matches context.Context instances that are not cancelled.
NotCancelledAndHasTimeout matches context.Context instances that are not cancelled AND were also created from NewContextForTest.

# Structs

No description provided by the author
No description provided by the author
MockAMQPClient is a mock of AMQPClient interface.
MockAMQPClientMockRecorder is the mock recorder for MockAMQPClient.
MockAMQPReceiver is a mock of AMQPReceiver interface.
MockAMQPReceiverCloser is a mock of AMQPReceiverCloser interface.
MockAMQPReceiverCloserMockRecorder is the mock recorder for MockAMQPReceiverCloser.
MockAMQPReceiverMockRecorder is the mock recorder for MockAMQPReceiver.
MockAMQPSender is a mock of AMQPSender interface.
MockAMQPSenderCloser is a mock of AMQPSenderCloser interface.
MockAMQPSenderCloserMockRecorder is the mock recorder for MockAMQPSenderCloser.
MockAMQPSenderMockRecorder is the mock recorder for MockAMQPSender.
MockAMQPSession is a mock of AMQPSession interface.
MockAMQPSessionMockRecorder is the mock recorder for MockAMQPSession.
MockNamespaceForAMQPLinks is a mock of NamespaceForAMQPLinks interface.
MockNamespaceForAMQPLinksMockRecorder is the mock recorder for MockNamespaceForAMQPLinks.
MockNamespaceWithNewAMQPLinks is a mock of NamespaceWithNewAMQPLinks interface.
MockNamespaceWithNewAMQPLinksMockRecorder is the mock recorder for MockNamespaceWithNewAMQPLinks.
MockRPCLink is a mock of RPCLink interface.
MockRPCLinkMockRecorder is the mock recorder for MockRPCLink.
MockTokenCredential is a mock of TokenCredential interface.
MockTokenCredentialMockRecorder is the mock recorder for MockTokenCredential.
MockTokenProvider is a mock of TokenProvider interface.
MockTokenProviderMockRecorder is the mock recorder for MockTokenProvider.