Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Nov 17, 2023
1 parent d61c9cb commit a27303b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/manager/cert/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ const (
// Currently, all the namespaces share the same certs but there might be per-namespace
// certs in the future.
type CertManager struct {
serverSQLTLS *security.CertInfo // client -> proxy
serverSQLTLSConfig atomic.Pointer[tls.Config]
//serverHTTPTLS *security.CertInfo // proxyctl -> proxy
//serverHTTPTLSConfig atomic.Pointer[tls.Config]
serverSQLTLS *security.CertInfo // client -> proxy
serverSQLTLSConfig atomic.Pointer[tls.Config]
serverHTTPTLS *security.CertInfo // proxyctl -> proxy
serverHTTPTLSConfig atomic.Pointer[tls.Config]
clusterTLS *security.CertInfo // proxy -> pd / tidb status port
Expand Down

0 comments on commit a27303b

Please sign in to comment.