()
| 1084 | } |
| 1085 | |
| 1086 | func (x *DataSource) GetAzureCredential() *DataSource_AzureCredential { |
| 1087 | if x != nil { |
| 1088 | if x, ok := x.IamExtension.(*DataSource_AzureCredential_); ok { |
| 1089 | return x.AzureCredential |
| 1090 | } |
| 1091 | } |
| 1092 | return nil |
| 1093 | } |
| 1094 | |
| 1095 | func (x *DataSource) GetAwsCredential() *DataSource_AWSCredential { |
| 1096 | if x != nil { |
no outgoing calls
no test coverage detected