Codegen: Generate any instead of interface{} (#70201)
* Chore: Update thema to latest * Regenerate
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user