()
| 867 | } |
| 868 | |
| 869 | func (x *DataSource) GetObfuscatedSslKey() string { |
| 870 | if x != nil { |
| 871 | return x.ObfuscatedSslKey |
| 872 | } |
| 873 | return "" |
| 874 | } |
| 875 | |
| 876 | func (x *DataSource) GetSslCaPath() string { |
| 877 | if x != nil { |
no outgoing calls
no test coverage detected