create type D map[string]interface{}

This commit is contained in:
2024-11-12 15:15:47 +01:00
parent 3c239f6114
commit 1fa09053ac
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,9 +3,12 @@ package ron
import (
"context"
"encoding/json"
"log/slog"
"net/http"
)
type D map[string]interface{}
type Context struct {
C context.Context
W http.ResponseWriter