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 BackendDialer ¶
type SQLServer ¶
type SQLServer struct {
// contains filtered or unexported fields
}
func NewSQLServer ¶
func NewSQLServer(logger *zap.Logger, cfg *config.Config, certMgr *cert.CertManager, idMgr *id.IDManager, cpt capture.Capture, meter backend.Meter, hsHandler backend.HandshakeHandler) (*SQLServer, error)
NewSQLServer creates a new SQLServer.
func (*SQLServer) SetBackendDialer ¶
func (s *SQLServer) SetBackendDialer(dialer BackendDialer)
Click to show internal directories.
Click to hide internal directories.