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

Method GetSslKey

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

Source from the content-addressed store, hash-verified

860}
861
862func (x *DataSource) GetSslKey() string {
863 if x != nil {
864 return x.SslKey
865 }
866 return ""
867}
868
869func (x *DataSource) GetObfuscatedSslKey() string {
870 if x != nil {

Calls

no outgoing calls