package protocol // DefaultFieldValue represents a default value for a field identified in a protocol by its name. type DefaultFieldValue struct { FieldRef string Value string }