You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ For now the code in ../query is implemented by hand.
7
7
The current specifications are layed out as follows:
8
8
- query_parameters.json: many of the parameters are shared across query functions. Specifying them here allows a single source of truth for what a "symbol" is
9
9
- function/*.json: each of these files contains a list of function=X specifications and the additional query parameters supported by X
10
-
- identifiers.json: maps string literals from the API (column names, query parameter keys or query parameter values) to Go identifiers
10
+
- identifiers.json: maps string literals from the API (column names, query parameter keys or query parameter values) to Go identifiers. The first value is a public identifier the second is a private identifier.
11
11
12
12
13
13
The Go files specification.go and specification_test.go help with structural and referential integrity of the JSON files.
0 commit comments