move Logfilter to the Logmessage module, change MessageHandler to a proper trait

This commit is contained in:
Chris Beck
2025-12-05 11:20:58 -07:00
parent 82ed77a098
commit a7cd3bdcde
11 changed files with 270 additions and 162 deletions
Generated
+2
View File
@@ -1645,6 +1645,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
name = "signal-gateway"
version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"chrono-tz",
"conf",
@@ -1672,6 +1673,7 @@ dependencies = [
name = "signal-gateway-bin"
version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"conf",
"conf-extra",