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

Method GetSslCertPath

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

Source from the content-addressed store, hash-verified

888}
889
890func (x *DataSource) GetSslCertPath() string {
891 if x != nil {
892 return x.SslCertPath
893 }
894 return ""
895}
896
897func (x *DataSource) GetObfuscatedSslCertPath() string {
898 if x != nil {

Calls

no outgoing calls