Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ GetSslCert
Method
GetSslCert
backend/generated-go/store/instance.pb.go:848–853 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
846
}
847
848
func
(x *DataSource) GetSslCert() string {
849
if
x != nil {
850
return
x.SslCert
851
}
852
return
""
853
}
854
855
func
(x *DataSource) GetObfuscatedSslCert() string {
856
if
x != nil {
Callers
11
TestResolveTLSMaterialPreservesInlineCrossSlotMaterial
Function · 0.95
TestValidateAndSanitizeDataSourceTLSClearsAllWhenDisabled
Function · 0.95
Open
Method · 0.45
getPGConnectionConfig
Function · 0.45
getCockroachConnectionConfig
Function · 0.45
configureClientCertificates
Function · 0.45
TestResolveTLSMaterialReadsPathFields
Function · 0.45
writeTLSMaterialTempFiles
Function · 0.45
obfuscateInstance
Method · 0.45
validateAndSanitizeDataSourceTLS
Function · 0.45
convertDataSources
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestResolveTLSMaterialPreservesInlineCrossSlotMaterial
Function · 0.76
TestValidateAndSanitizeDataSourceTLSClearsAllWhenDisabled
Function · 0.76
TestResolveTLSMaterialReadsPathFields
Function · 0.36