mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-22 15:18:02 +00:00
Renamed one more method
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"github.com/wailsapp/wails/v2/pkg/runtime"
|
||||
)
|
||||
|
||||
func (a *App) PerformInsert(hostKey, dbKey, collKey, jsonData string) interface{} {
|
||||
func (a *App) InsertItems(hostKey, dbKey, collKey, jsonData string) interface{} {
|
||||
var data []interface{}
|
||||
|
||||
jsonData = strings.TrimSpace(jsonData)
|
||||
|
Reference in New Issue
Block a user