Identify task (#1839)

* Add identify task
* Change type naming
* Debounce folder select text input
* Add generic slice comparison function
This commit is contained in:
WithoutPants
2021-10-28 14:25:17 +11:00
committed by GitHub
parent c93b5e12b7
commit 0f64954e5b
70 changed files with 5882 additions and 291 deletions

View File

@@ -85,7 +85,7 @@ var names = []string{
var imageBytes = []byte("imageBytes")
const image = "aW1hZ2VCeXRlcw=="
const imageBase64 = "aW1hZ2VCeXRlcw=="
var (
createTime = time.Date(2001, 01, 01, 0, 0, 0, 0, time.UTC)
@@ -198,7 +198,7 @@ type basicTestScenario struct {
var scenarios = []basicTestScenario{
{
createFullScene(sceneID),
createFullJSONScene(image),
createFullJSONScene(imageBase64),
false,
},
{