Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PtrBool ¶
PtrBool takes a boolean and returns a pointer to that bool. For use in literal pointers, ptrBool(true) -> *bool
func PtrInt32 ¶
PtrInt32 takes a int32 and returns a pointer to that int32. For use in literal pointers, ptrInt32(1) -> *int32
func PtrInt64 ¶
PtrInt64 takes a int64 and returns a pointer to that int64. For use in literal pointers, ptrInt64(1) -> *int64
Types ¶
Directories ¶
Path | Synopsis |
---|---|
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 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.
|
Package auth provides an abstraction over claims-based security for Azure Event Hub and Service Bus. |
Package cbs provides the functionality for negotiating claims-based security over AMQP for use in Azure Service Bus and Event Hubs.
|
Package cbs provides the functionality for negotiating claims-based security over AMQP for use in Azure Service Bus and Event Hubs. |
Package rpc provides functionality for request / reply messaging.
|
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.
|
Package sas provides SAS token functionality which implements TokenProvider from package auth for use with Azure Event Hubs and Service Bus. |
Click to show internal directories.
Click to hide internal directories.