Skip to content
Snippets Groups Projects
Commit a51b5e68 authored by Lelieveld,J.R.J. (Joris)'s avatar Lelieveld,J.R.J. (Joris)
Browse files

One empty line because the linter demanded so

parent f42f9ee2
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ import (
"fmt"
)
/* ConvertQuery converts a json string to an AQL query
/*
ConvertQuery converts a json string to an AQL query
Parameters: jsonMsg is the JSON file directly outputted by the drag and drop query builder in the frontend
Return: a string containing the corresponding AQL query and an error */
......@@ -21,7 +23,7 @@ func (s *Service) ConvertQuery(jsonMsg *[]byte) (*string, error) {
return result, nil
}
/*convertJSONtoStruct reads a JSON file and sorts the data into the appropriate structs
/* convertJSONtoStruct reads a JSON file and sorts the data into the appropriate structs
Parameters: jsonMsg is the JSON file directly outputted by the drag and drop query builder in the frontend
Return: parsedJSON is a struct with the same structure and holding the same data as jsonMsg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment