mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-22 15:18:02 +00:00
Aggregation
This commit is contained in:
@ -21,7 +21,7 @@ type QueryResult struct {
|
||||
Results []string `json:"results"`
|
||||
}
|
||||
|
||||
func (a *App) FindItems(hostKey, dbKey, collKey string, formJson string) QueryResult {
|
||||
func (a *App) FindItems(hostKey, dbKey, collKey, formJson string) QueryResult {
|
||||
var out QueryResult
|
||||
var form Query
|
||||
|
||||
|
Reference in New Issue
Block a user