package util // ValidateQuery does nothing. func ValidateQuery(request string) (string, error) { return "", nil }