should be ZigRequest/ZigResponse
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m32s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m32s
This commit is contained in:
parent
54740a7022
commit
542cf44bf4
|
@ -9,8 +9,8 @@ const log = std.log.scoped(.universal_lambda);
|
||||||
pub const Context = union(enum) {
|
pub const Context = union(enum) {
|
||||||
web_request: *std.http.Server.Response,
|
web_request: *std.http.Server.Response,
|
||||||
flexilib: struct {
|
flexilib: struct {
|
||||||
request: flexilib.Request,
|
request: flexilib.ZigRequest,
|
||||||
response: flexilib.Response,
|
response: flexilib.ZigResponse,
|
||||||
},
|
},
|
||||||
none: void,
|
none: void,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user