This commit is contained in:
2026-03-17 00:18:09 +01:00
parent 1564a4de44
commit a679760b55
6 changed files with 112 additions and 61 deletions
+6
View File
@@ -0,0 +1,6 @@
pub struct Services {
pub nats_client: async_nats::Client,
pub jetstream_client: async_nats::jetstream::Context,
pub jetstream_stream: async_nats::jetstream::stream::Stream,
pub jetstream_kv: async_nats::jetstream::kv::Store,
}