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

Method GetSshHost

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

Source from the content-addressed store, hash-verified

979}
980
981func (x *DataSource) GetSshHost() string {
982 if x != nil {
983 return x.SshHost
984 }
985 return ""
986}
987
988func (x *DataSource) GetSshPort() string {
989 if x != nil {

Callers 11

OpenMethod · 0.45
getMySQLConnectionMethod · 0.45
OpenMethod · 0.45
OpenMethod · 0.45
OpenMethod · 0.45
OpenMethod · 0.45
getTiDBConnectionMethod · 0.45
GetSSHClientFunction · 0.45
GetPGSSLModeFunction · 0.45
setupSSHNetworkFunction · 0.45
convertDataSourcesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected