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

Method GetSslKeyPath

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

Source from the content-addressed store, hash-verified

902}
903
904func (x *DataSource) GetSslKeyPath() string {
905 if x != nil {
906 return x.SslKeyPath
907 }
908 return ""
909}
910
911func (x *DataSource) GetObfuscatedSslKeyPath() string {
912 if x != nil {

Calls

no outgoing calls