()
| 1146 | } |
| 1147 | |
| 1148 | func (x *DataSource) GetMasterName() string { |
| 1149 | if x != nil { |
| 1150 | return x.MasterName |
| 1151 | } |
| 1152 | return "" |
| 1153 | } |
| 1154 | |
| 1155 | func (x *DataSource) GetMasterUsername() string { |
| 1156 | if x != nil { |
no outgoing calls
no test coverage detected