1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-22 15:18:02 +00:00

Renamed PerformFind -> FindItems

This commit is contained in:
2023-01-17 09:47:07 +01:00
parent f030c9fd3d
commit 3c4437cbbb
4 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ type findResult struct {
Results interface{} `json:"results"`
}
func (a *App) PerformFind(hostKey, dbKey, collKey string, formJson string) findResult {
func (a *App) FindItems(hostKey, dbKey, collKey string, formJson string) findResult {
var out findResult
var form struct {
Fields string `json:"fields"`