var defaultsCache … var defaultsKeys … func init() { … } func unmarshalGoFeature(b []byte, parent EditionFeatures) EditionFeatures { … } func unmarshalFeatureSet(b []byte, parent EditionFeatures) EditionFeatures { … } func featuresFromParentDesc(parentDesc protoreflect.Descriptor) EditionFeatures { … } func unmarshalEditionDefault(b []byte) { … } func unmarshalEditionDefaults(b []byte) { … } func getFeaturesFor(ed Edition) EditionFeatures { … }