Documentation ¶
Overview ¶
Package azuredb contains Wire providers that are common across Azure Database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureCertFetcher ¶
AzureCertFetcher is a default CertPoolProvider that can fetch CA certificates from any publicly accessible URI or File.
func NewAzureCertFetcher ¶
func NewAzureCertFetcher(caBundleLocation string) (*AzureCertFetcher, error)
NewAzureCertFetcher constructs a new *AzureCertFetcher. See https://docs.microsoft.com/en-us/azure/mysql/howto-configure-ssl.
func NewAzureCertFetcherWithDefault ¶
func NewAzureCertFetcherWithDefault() (*AzureCertFetcher, error)
NewAzureCertFetcherWithDefault constructs a new *AzureCertFetcher with default location URI as per below documentation. See https://docs.microsoft.com/en-us/azure/mysql/howto-configure-ssl.
func (*AzureCertFetcher) GetCertPool ¶
GetCertPool fetches the Azure CA certificate from a remote URL.
Click to show internal directories.
Click to hide internal directories.