endpoint.go 203 B

1234567
  1. package requests
  2. type RequestInvokeEndpoint struct {
  3. RawHttpRequest string `json:"raw_http_request" validate:"required"`
  4. Settings map[string]any `json:"settings" validate:"omitempty"`
  5. }