Documentation ¶ Index ¶ type Connector func New(dialer sshtunnel.Dialer, dsn string) (*Connector, func(), error) func (c *Connector) Connect(_ context.Context) (driver.Conn, error) func (c *Connector) Driver() driver.Driver Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Connector ¶ type Connector struct { // contains filtered or unexported fields } func New ¶ func New( dialer sshtunnel.Dialer, dsn string, ) (*Connector, func(), error) func (*Connector) Connect ¶ func (c *Connector) Connect(_ context.Context) (driver.Conn, error) func (*Connector) Driver ¶ func (c *Connector) Driver() driver.Driver Source Files ¶ View all Source files connector.go Click to show internal directories. Click to hide internal directories.