MCPcopy 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
995func (x *DataSource) GetSshUser() string {
996 if x != nil {
997 return x.SshUser
998 }
999 return ""
1000}
1001
1002func (x *DataSource) GetSshPassword() string {
1003 if x != nil {

Callers 2

GetSSHClientFunction · 0.45
convertDataSourcesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected