fix auth, decryption, api interaction

This commit is contained in:
Alex Bezdieniezhnykh
2025-01-20 10:17:35 +02:00
parent e21dd7e70f
commit ce25ef38b0
12 changed files with 146 additions and 103 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ cdef class RabbitHandler:
cdef object annotation_producer
cdef object command_consumer
cdef start(self)
cdef send(self, object message)
cdef start(self)
cdef close(self)