Skip to content

Commit 8a92211

Browse files
authored
Add missing alias for DNSCluster.Resolver (#19)
1 parent cc5bfcf commit 8a92211

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/dns_cluster.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ defmodule DNSCluster do
3535
[libcluster](https://hexdocs.pm/libcluster) library.
3636
"""
3737
use GenServer
38+
39+
alias DNSCluster.Resolver
40+
3841
require Logger
3942

4043
@doc ~S"""

0 commit comments

Comments
 (0)