()
| 1153 | } |
| 1154 | |
| 1155 | func (x *DataSource) GetMasterUsername() string { |
| 1156 | if x != nil { |
| 1157 | return x.MasterUsername |
| 1158 | } |
| 1159 | return "" |
| 1160 | } |
| 1161 | |
| 1162 | func (x *DataSource) GetMasterPassword() string { |
| 1163 | if x != nil { |
no outgoing calls
no test coverage detected