()
| 1056 | } |
| 1057 | |
| 1058 | func (x *DataSource) GetExternalSecret() *DataSourceExternalSecret { |
| 1059 | if x != nil { |
| 1060 | return x.ExternalSecret |
| 1061 | } |
| 1062 | return nil |
| 1063 | } |
| 1064 | |
| 1065 | func (x *DataSource) GetAuthenticationType() DataSource_AuthenticationType { |
| 1066 | if x != nil { |
no outgoing calls
no test coverage detected