Changes
3 changed files (+6/-4)
-
-
@@ -24,8 +24,8 @@ .url = "https://git.pocka.jp/libsood.git/archive/8080245c2696cc6404b0628e5c3eb363cb80014f.tar.gz",.hash = "sood-0.0.0-A_jj-7ITAQAPlaaR2AHFXwPvBWzNBCCPTT--OCHnRQ_i", }, .libmoo = .{ .url = "https://git.pocka.jp/libmoo.git/archive/281d63245052c303c8851c4bfcbb428d78f9b52f.tar.gz", .hash = "libmoo-0.0.0-HVqw0sQVAQBtlGvtbF7pEkBkw5FKNr6zBYbGlHBienyE", .url = "https://git.pocka.jp/libmoo.git/archive/8802c467fceb74fd39513c5f2861525c557dd920.tar.gz", .hash = "libmoo-0.0.0-HVqw0kUaAQBe_3frMgBgQiR42lZN-8y3kUiw-GlBw6Eb", }, .websocket = .{ .url = "https://github.com/karlseguin/websocket.zig/archive/c1c53b062eab871b95b70409daadfd6ac3d6df61.tar.gz",
-
-
-
@@ -141,7 +141,7 @@const body = moo.JsonBody(ExtensionRegistration).init(&.{ .static = extension, .token = token, }); }, .{}); const header = body.getHeader(request_id); const buf = try allocator.alloc(
-
-
-
@@ -98,6 +98,8 @@ try std.fmt.format(sub_id_fbs.writer(), "{}", .{subscription_id});const body = moo.JsonBody(Request).init(&.{ .subscription_key = sub_id_fbs.getWritten(), }, .{ .emit_null_optional_fields = false, }); const header = body.getHeader(request_id);
-
@@ -179,7 +181,7 @@const body = moo.JsonBody(Request).init(&Request{ .zone_or_output_id = zone_id, .control = @tagName(self), }); }, .{}); const header = body.getHeader(request_id);
-