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 PathParams = PathParams;
|
||||
type QueryParams = ();
|
||||
type Response = ();
|
||||
type Response = Response;
|
||||
|
||||
fn method() -> ::Method {
|
||||
::Method::Put
|
||||
|
@ -28,7 +28,7 @@ pub mod send_state {
|
||||
type BodyParams = ::serde_json::Value;
|
||||
type PathParams = PathParams;
|
||||
type QueryParams = ();
|
||||
type Response = ();
|
||||
type Response = Response;
|
||||
|
||||
fn method() -> ::Method {
|
||||
::Method::Put
|
||||
@ -77,7 +77,7 @@ pub mod send_state_key {
|
||||
type BodyParams = ::serde_json::Value;
|
||||
type PathParams = PathParams;
|
||||
type QueryParams = ();
|
||||
type Response = ();
|
||||
type Response = Response;
|
||||
|
||||
fn method() -> ::Method {
|
||||
::Method::Put
|
||||
@ -127,7 +127,7 @@ pub mod send_event {
|
||||
type BodyParams = ::serde_json::Value;
|
||||
type PathParams = PathParams;
|
||||
type QueryParams = ();
|
||||
type Response = ();
|
||||
type Response = Response;
|
||||
|
||||
fn method() -> ::Method {
|
||||
::Method::Put
|
||||
|
Loading…
x
Reference in New Issue
Block a user