var valuesKeyRegexp …
var currentQueryParser …
type QueryParameterParser …
func PopulateQueryParameters(msg proto.Message, values url.Values, filter *utilities.DoubleArray) error { … }
type DefaultQueryParser …
func (*DefaultQueryParser) Parse(msg proto.Message, values url.Values, filter *utilities.DoubleArray) error { … }
func PopulateFieldFromPath(msg proto.Message, fieldPathString string, value string) error { … }
func normalizeFieldPath(msgValue protoreflect.Message, fieldPath []string) []string { … }
func populateFieldValueFromPath(msgValue protoreflect.Message, fieldPath []string, values []string) error { … }
func populateField(fieldDescriptor protoreflect.FieldDescriptor, msgValue protoreflect.Message, value string) error { … }
func populateRepeatedField(fieldDescriptor protoreflect.FieldDescriptor, list protoreflect.List, values []string) error { … }
func populateMapField(fieldDescriptor protoreflect.FieldDescriptor, mp protoreflect.Map, values []string) error { … }
func parseField(fieldDescriptor protoreflect.FieldDescriptor, value string) (protoreflect.Value, error) { … }
func parseMessage(msgDescriptor protoreflect.MessageDescriptor, value string) (protoreflect.Value, error) { … }