convert nats and mqtt to a generic pub/sub module type

This commit is contained in:
Joel Wetzell
2026-05-19 21:25:29 -05:00
parent a991b264a6
commit a09249a047
10 changed files with 419 additions and 775 deletions
@@ -36,7 +36,7 @@ func TestGoodHTTPRequestDo(t *testing.T) {
tests := []struct {
name string
expected processor.NATSMessage
expected any
params map[string]any
payload any
}{}