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) {
|
||||
web_request: *std.http.Server.Response,
|
||||
flexilib: struct {
|
||||
request: flexilib.Request,
|
||||
response: flexilib.Response,
|
||||
request: flexilib.ZigRequest,
|
||||
response: flexilib.ZigResponse,
|
||||
},
|
||||
none: void,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user