mirror of https://github.com/status-im/consul.git
Correcting the changed function name in comment
Signed-off-by: Mohammad Banikazemi <mbanikazemi@gmail.com>
This commit is contained in:
parent
d30509e82c
commit
bcadd341eb
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/hashicorp/serf/serf"
|
"github.com/hashicorp/serf/serf"
|
||||||
)
|
)
|
||||||
|
|
||||||
// FloodAddrPortFn gets the address and port to use for a given server when
|
// FloodAddrFn gets the address and port to use for a given server when
|
||||||
// flood-joining. This will return false if it doesn't have one.
|
// flood-joining. This will return false if it doesn't have one.
|
||||||
type FloodAddrFn func(*metadata.Server) (string, error)
|
type FloodAddrFn func(*metadata.Server) (string, error)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue