mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-15 06:26:07 +00:00
Remove temporary test file
This commit is contained in:
parent
ba0e488894
commit
3f6c1a4919
@ -1,8 +0,0 @@
|
|||||||
const std = @import("std");
|
|
||||||
const jetzig = @import("jetzig");
|
|
||||||
|
|
||||||
/// The `run` function for all jobs receives an arena allocator, a logger, and the params
|
|
||||||
/// passed to the job when it was created.
|
|
||||||
pub fn run(allocator: std.mem.Allocator, params: *jetzig.data.Value, logger: jetzig.Logger) !void {
|
|
||||||
// Job execution code
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user