()
| 1000 | } |
| 1001 | |
| 1002 | func (x *DataSource) GetSshPassword() string { |
| 1003 | if x != nil { |
| 1004 | return x.SshPassword |
| 1005 | } |
| 1006 | return "" |
| 1007 | } |
| 1008 | |
| 1009 | func (x *DataSource) GetObfuscatedSshPassword() string { |
| 1010 | if x != nil { |
no outgoing calls
no test coverage detected