()
| 1132 | } |
| 1133 | |
| 1134 | func (x *DataSource) GetRegion() string { |
| 1135 | if x != nil { |
| 1136 | return x.Region |
| 1137 | } |
| 1138 | return "" |
| 1139 | } |
| 1140 | |
| 1141 | func (x *DataSource) GetWarehouseId() string { |
| 1142 | if x != nil { |
no outgoing calls
no test coverage detected