()
| 797 | } |
| 798 | |
| 799 | func (x *DataSource) GetType() DataSourceType { |
| 800 | if x != nil { |
| 801 | return x.Type |
| 802 | } |
| 803 | return DataSourceType_DATA_SOURCE_UNSPECIFIED |
| 804 | } |
| 805 | |
| 806 | func (x *DataSource) GetUsername() string { |
| 807 | if x != nil { |
no outgoing calls
no test coverage detected