chore: Remove unnecessary docstrings from client records

This commit is contained in:
2025-06-08 08:34:13 -07:00
committed by niten
parent 4329824bcd
commit 654a3f2e13
-2
View File
@@ -72,7 +72,6 @@
(get-topic-raw! [_ topic opts]))
(defrecord MilquetoastClient
"Record implementing the IMilquetoastClient protocol for a basic MQTT client."
[client open-channels verbose]
IMilquetoastClient
(send-message! [_ topic msg opts]
@@ -134,7 +133,6 @@
(assoc :timestamp (Instant/now))))
(defrecord MilquetoastJsonClient
"Record implementing the IMilquetoastClient protocol for an MQTT client that sends and receives JSON messages."
[client]
IMilquetoastClient
(send-message! [_ topic msg opts]