# Functions
No description provided by the author
No description provided by the author
No description provided by the author
nolint:nilnil.
No description provided by the author
No description provided by the author
V2Tov3 converts a Structured type from v2 to v3 For example v3f, err := V2Tov3[v2.Frontend, models.Frontend](&v2s.Frontend) The conversion allows to have an evolving type v3: - extra fields would be ignored in the conversion, keeping the v2 fields converted.