scaffold for volume server query feature

This commit is contained in:
Chris Lu
2019-10-02 12:06:03 -07:00
parent 37e3da5e9c
commit cf47f657af
8 changed files with 741 additions and 127 deletions

View File

@@ -0,0 +1,5 @@
package json
func QueryJson(jsonLine string, query string) (jsonOutput string) {
return jsonLine
}