Replace Mox with Patch

This commit is contained in:
2024-03-27 22:19:32 +01:00
parent 207926ed83
commit 7b40cbedd1
11 changed files with 66 additions and 111 deletions

View File

@@ -19,7 +19,7 @@ defmodule KafkaexLagExporter.KafkaUtils.Behaviour do
{host :: atom, port :: non_neg_integer},
list(binary),
list(binary)
) :: list(binary)
) :: list({consumer_group :: binary, topics :: list(binary)})
def connection(client), do: impl().connection(client)