We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DNSCluster.Resolver
1 parent cc5bfcf commit 8a92211Copy full SHA for 8a92211
1 file changed
lib/dns_cluster.ex
@@ -35,6 +35,9 @@ defmodule DNSCluster do
35
[libcluster](https://hexdocs.pm/libcluster) library.
36
"""
37
use GenServer
38
+
39
+ alias DNSCluster.Resolver
40
41
require Logger
42
43
@doc ~S"""
0 commit comments