mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-23 02:05:27 -04:00
7 lines
203 B
Go
7 lines
203 B
Go
package requests
|
|
|
|
type RequestInvokeEndpoint struct {
|
|
RawHttpRequest string `json:"raw_http_request" validate:"required"`
|
|
Settings map[string]any `json:"settings" validate:"omitempty"`
|
|
}
|