reaction/src
ppom cd2d337850
Fixed communication error: do not use serde_json::Value
So maybe serde_json's Value can't be serialized with postbag.
Recreated my own Value that can be converted from and to serde_json's.

removed one useless tokio::spawn.
2025-12-07 12:00:00 +01:00
..
client Refacto: make all Config structures' fields public 2025-08-04 12:00:00 +02:00
concepts Fix plugin build, one secret key per cluster, more work on cluster init 2025-12-07 12:00:00 +01:00
daemon Fixed communication error: do not use serde_json::Value 2025-12-07 12:00:00 +01:00
treedb fmt, clippy, tests, fix some tests after startup refacto 2025-12-07 12:00:00 +01:00
cli.rs Fix trigger command 2025-06-24 12:00:00 +02:00
lib.rs fmt, clippy, tests, fix some tests after startup refacto 2025-12-07 12:00:00 +01:00
main.rs fmt, clippy, tests, fix some tests after startup refacto 2025-12-07 12:00:00 +01:00
protocol.rs WIP trigger command 2025-06-23 12:00:00 +02:00
tests.rs async db 2025-09-19 12:00:00 +02:00