scaffold for volume server query feature
This commit is contained in:
5
weed/query/json/query_json.go
Normal file
5
weed/query/json/query_json.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package json
|
||||
|
||||
func QueryJson(jsonLine string, query string) (jsonOutput string) {
|
||||
return jsonLine
|
||||
}
|
||||
Reference in New Issue
Block a user