MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetSslCaPath

Method GetSslCaPath

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

Source from the content-addressed store, hash-verified

874}
875
876func (x *DataSource) GetSslCaPath() string {
877 if x != nil {
878 return x.SslCaPath
879 }
880 return ""
881}
882
883func (x *DataSource) GetObfuscatedSslCaPath() string {
884 if x != nil {

Calls

no outgoing calls