Add missing Response types.
This commit is contained in:
parent
5b23117973
commit
72b12557ec
@ -34,7 +34,7 @@ pub mod send_event {
|
|||||||
type BodyParams = BodyParams;
|
type BodyParams = BodyParams;
|
||||||
type PathParams = PathParams;
|
type PathParams = PathParams;
|
||||||
type QueryParams = ();
|
type QueryParams = ();
|
||||||
type Response = ();
|
type Response = Response;
|
||||||
|
|
||||||
fn method() -> ::Method {
|
fn method() -> ::Method {
|
||||||
::Method::Put
|
::Method::Put
|
||||||
|
@ -28,7 +28,7 @@ pub mod send_state {
|
|||||||
type BodyParams = ::serde_json::Value;
|
type BodyParams = ::serde_json::Value;
|
||||||
type PathParams = PathParams;
|
type PathParams = PathParams;
|
||||||
type QueryParams = ();
|
type QueryParams = ();
|
||||||
type Response = ();
|
type Response = Response;
|
||||||
|
|
||||||
fn method() -> ::Method {
|
fn method() -> ::Method {
|
||||||
::Method::Put
|
::Method::Put
|
||||||
@ -77,7 +77,7 @@ pub mod send_state_key {
|
|||||||
type BodyParams = ::serde_json::Value;
|
type BodyParams = ::serde_json::Value;
|
||||||
type PathParams = PathParams;
|
type PathParams = PathParams;
|
||||||
type QueryParams = ();
|
type QueryParams = ();
|
||||||
type Response = ();
|
type Response = Response;
|
||||||
|
|
||||||
fn method() -> ::Method {
|
fn method() -> ::Method {
|
||||||
::Method::Put
|
::Method::Put
|
||||||
@ -127,7 +127,7 @@ pub mod send_event {
|
|||||||
type BodyParams = ::serde_json::Value;
|
type BodyParams = ::serde_json::Value;
|
||||||
type PathParams = PathParams;
|
type PathParams = PathParams;
|
||||||
type QueryParams = ();
|
type QueryParams = ();
|
||||||
type Response = ();
|
type Response = Response;
|
||||||
|
|
||||||
fn method() -> ::Method {
|
fn method() -> ::Method {
|
||||||
::Method::Put
|
::Method::Put
|
||||||
|
Loading…
x
Reference in New Issue
Block a user