Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ GetSslKey
Method
GetSslKey
backend/generated-go/store/instance.pb.go:862–867 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
860
}
861
862
func
(x *DataSource) GetSslKey() string {
863
if
x != nil {
864
return
x.SslKey
865
}
866
return
""
867
}
868
869
func
(x *DataSource) GetObfuscatedSslKey() string {
870
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