#13628 pass Dialyzer

This commit is contained in:
Michael Klishin 2025-03-26 15:12:24 -04:00
parent 4eda17bee2
commit 03526b51db
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@
pending := rabbit_types:option(non_neg_integer()),
forwarded := rabbit_types:option(non_neg_integer())
} | #{}.
-type status_tuple() :: {name(), type(), info(), metrics(), calendar:datetime()}.
-type status_tuple_41x() :: {name(), type(), info(), metrics(), calendar:datetime()}.
-type status_tuple_40x_and_older() :: {name(), type(), info(), calendar:datetime()}.
-type status_tuple() :: status_tuple_41x() | status_tuple_40x_and_older().
-export_type([info/0, blocked_status/0, shovel_status/0, metrics/0]).