package
0.0.0-20250306163500-5f3bb2705e1f
Repository: https://github.com/versoriumx/teleport.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewFromParams starts and returns a [*Backend] with the given params (generally read from the Teleport configuration file).
NewWithConfig starts and returns a [*Backend] with the given [Config].

# Constants

No description provided by the author
AzureADAuth gets a connection token from Azure and uses it as the password when connecting.
No description provided by the author
StaticAuth uses the static credentials as defined in the connection string.

# Structs

Backend is a PostgreSQL-backed [backend.Backend].
Config is the configuration struct for [Backend]; outside of tests or custom code, it's usually generated by converting the [backend.Params] from the Teleport configuration file.

# Type aliases

AuthMode determines if we should use some environment-specific authentication mechanism or credentials.