MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetSslCa

Method GetSslCa

backend/generated-go/store/instance.pb.go:834–839  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

832}
833
834func (x *DataSource) GetSslCa() string {
835 if x != nil {
836 return x.SslCa
837 }
838 return ""
839}
840
841func (x *DataSource) GetObfuscatedSslCa() string {
842 if x != nil {

Calls

no outgoing calls