From f236d302a7353ad0c843b7a8e6bc0017662aad8c Mon Sep 17 00:00:00 2001 From: DiegoVictor Date: Sun, 28 Jul 2024 17:28:41 -0300 Subject: [PATCH] Allow sud documents --- container/templates/go.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/templates/go.go b/container/templates/go.go index 4194c06..5c6d4b3 100644 --- a/container/templates/go.go +++ b/container/templates/go.go @@ -12,7 +12,7 @@ import ( type Request struct { Id string `json:"id"` - Value interface{} `json:"value"` + Value map[string]interface{} `json:"value"` } type Response struct {