Versions in this module Expand all Collapse all v1 v1.26.0 Jan 20, 2021 Changes in this version + func Marshal(v pref.Value, ev pref.EnumValueDescriptor, k pref.Kind, f Format) (string, error) + func Unmarshal(s string, k pref.Kind, evs pref.EnumValueDescriptors, f Format) (pref.Value, pref.EnumValueDescriptor, error) + type Format int + const Descriptor + const GoTag