LegacyKeys returns the flat-key names used in the legacy overrides format. Return an empty slice if there are no legacy keys.
()
| 22 | // LegacyKeys returns the flat-key names used in the legacy overrides format. |
| 23 | // Return an empty slice if there are no legacy keys. |
| 24 | LegacyKeys() []string |
| 25 | // FromLegacy populates this extension from the flat legacy key map. |
| 26 | // The full Extensions map is passed; implementations pick only their own keys. |
| 27 | FromLegacy(map[string]any) error |
no outgoing calls
no test coverage detected