FromLegacy populates this extension from the flat legacy key map. The full Extensions map is passed; implementations pick only their own keys.
(map[string]any)
| 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 |
| 28 | // ToLegacy serializes this extension to the flat legacy key map. |
| 29 | ToLegacy() map[string]any |
| 30 | } |
no outgoing calls
no test coverage detected