(feature gcpspanner.WebFeature)
| 220 | } |
| 221 | |
| 222 | type featuresHelper struct { |
| 223 | features map[string]gcpspanner.WebFeature |
| 224 | } |
| 225 | |
| 226 | func (h *featuresHelper) AddFeature(feature gcpspanner.WebFeature) { |
| 227 | h.features[feature.FeatureKey] = feature |
no outgoing calls
no test coverage detected