Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ GetSshUser
Method
GetSshUser
backend/generated-go/store/instance.pb.go:995–1000 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
993
}
994
995
func
(x *DataSource) GetSshUser() string {
996
if
x != nil {
997
return
x.SshUser
998
}
999
return
""
1000
}
1001
1002
func
(x *DataSource) GetSshPassword() string {
1003
if
x != nil {
Callers
2
GetSSHClient
Function · 0.45
convertDataSources
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected