Documentation ¶
Index ¶
- type Provider
- func (p *Provider) CloseClientConnection(client any) error
- func (p *Provider) GetConnectionClient(driver, connectionString string, opts any) (any, error)
- func (p *Provider) GetConnectionClientConfig(cc *mgmtv1alpha1.ConnectionConfig) (any, error)
- func (p *Provider) GetConnectionDetails(cc *mgmtv1alpha1.ConnectionConfig, connectionTimeout *uint32, ...) (connectiontunnelmanager.ConnectionDetails, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func (*Provider) CloseClientConnection ¶
func (*Provider) GetConnectionClient ¶
func (*Provider) GetConnectionClientConfig ¶
func (p *Provider) GetConnectionClientConfig(cc *mgmtv1alpha1.ConnectionConfig) (any, error)
func (*Provider) GetConnectionDetails ¶
func (p *Provider) GetConnectionDetails( cc *mgmtv1alpha1.ConnectionConfig, connectionTimeout *uint32, logger *slog.Logger, ) (connectiontunnelmanager.ConnectionDetails, error)
Click to show internal directories.
Click to hide internal directories.