Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrCloseServer = errors.New("failed to close sqlserver")
)
Functions ¶
This section is empty.
Types ¶
type SQLServer ¶
type SQLServer struct {
// contains filtered or unexported fields
}
func NewSQLServer ¶
func NewSQLServer(logger *zap.Logger, cfg config.ProxyServer, certMgr *cert.CertManager, hsHandler backend.HandshakeHandler) (*SQLServer, error)
NewSQLServer creates a new SQLServer.
Click to show internal directories.
Click to hide internal directories.