MCPcopy 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
848func (x *DataSource) GetSslCert() string {
849 if x != nil {
850 return x.SslCert
851 }
852 return ""
853}
854
855func (x *DataSource) GetObfuscatedSslCert() string {
856 if x != nil {

Calls

no outgoing calls