Codegen: Generate any instead of interface{} (#70201)

* Chore: Update thema to latest

* Regenerate
This commit is contained in:
Tania
2023-06-16 10:54:56 +02:00
committed by GitHub
parent 9d72ed0875
commit 0316350d16
36 changed files with 189 additions and 187 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ type RoleRegistration struct {
type Route struct {
// For data source plugins. Route headers set the body content and
// length to the proxied request.
Body map[string]interface{} `json:"body,omitempty"`
Body map[string]any `json:"body,omitempty"`
// For data source plugins. Route headers adds HTTP headers to the
// proxied request.