add selectable engines support to web (closes #20)
All checks were successful
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 19m45s
mozhi pipeline / Build and publish artifacts (push) Successful in 1h5m59s

This commit is contained in:
2024-08-27 22:36:11 +05:30
parent a2ac174314
commit 0c2c0f7dfd
5 changed files with 78 additions and 19 deletions

View File

@@ -2,8 +2,8 @@ package cmd
import (
"encoding/json"
"strings"
"fmt"
"strings"
"codeberg.org/aryak/libmozhi"
@@ -12,7 +12,7 @@ import (
var (
engine string
engines string
engines string
query string
source string
dest string