profi248 / pluto

[in development] Easily make encrypted backups to other users, in exchange just for your unused disk space!
GNU General Public License v3.0
3 stars 0 forks source link

proto message struct #5

Closed nebneb0703 closed 2 years ago

nebneb0703 commented 2 years ago
nebneb0703 commented 2 years ago
  1. send() was moved to a Client struct which wrapped around the handler and mqtt client.
  2. topic() -> Topic has an indeterminate amount of arguments if in a trait, and therefore left out for the user to create statically before sending

Request trait created which implements response() -> S.