# Functions
IsAuthenticationError checks if given error is know auth error.
NewAuthRefreshDriver wraps given sql.Driver and uses AuthLoader to fetch new DNS in case of auth error.
# Structs
AuthRefreshDriver wraps a sql.Driver with automatic credentials reloading.
IAMAuth implements AuthProvider and generates IAM DB credentials.
# Interfaces
AuthProvider is used for refreshing DB credentials.
# Type aliases
No description provided by the author