()
| 1174 | } |
| 1175 | |
| 1176 | func (x *DataSource) GetRedisType() DataSource_RedisType { |
| 1177 | if x != nil { |
| 1178 | return x.RedisType |
| 1179 | } |
| 1180 | return DataSource_REDIS_TYPE_UNSPECIFIED |
| 1181 | } |
| 1182 | |
| 1183 | func (x *DataSource) GetCluster() string { |
| 1184 | if x != nil { |
no outgoing calls
no test coverage detected